Skip to content

YunYouJun/element-plus-nuxt-starter

 
 

Repository files navigation

Element Plus with Nuxt 3 Minimal Starter

🏗 Working in Progress

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

SSG Preview: https://nuxt-starter.element-plus.org/

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

Setup

Make sure to install the dependencies

pnpm install

Development

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

pnpm dev

More info about nuxt deployment.

Run npm run generate to generate static html in .output/public.

Production

Build the application for production:

pnpm build

Checkout the deployment documentation.

Ref

About

🌰 WIP! A starter example for element-plus with Nuxt 3.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

 

Packages

No packages published

Languages

  • Vue 66.9%
  • TypeScript 25.7%
  • SCSS 7.4%