tungbt94 / element-plus-nuxt-starter

A starter example for element-plus with nuxt3-rc.1

Home Page:https://element-plus-nuxt-starter.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Element Plus with Nuxt 3 Minimal Starter

🏗 Working in Progress

Nuxt 3 is still beta, we may need to keep updating to adapt it. It doesn't work very well yet.

Preview: https://element-plus-nuxt-starter.vercel.app/

We recommend to look at the Nuxt 3 Docs and Element Plus Docs.

Setup

Make sure to install the dependencies

yarn install

Development

Start the development server on http://localhost:3000

yarn dev

More info about nuxt deployment.

You need set env NITRO_PRESET=browser to generate static html in .output/public.

Production

Build the application for production:

yarn build

Checkout the deployment documentation.

Ref

About

A starter example for element-plus with nuxt3-rc.1

https://element-plus-nuxt-starter.vercel.app

License:MIT License


Languages

Language:Vue 70.9%Language:TypeScript 26.8%Language:CSS 1.2%Language:SCSS 1.1%