chrisspiegl / element-plus-nuxt-starter

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

yarn install

Development

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

yarn dev

More info about nuxt deployment.

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

Production

Build the application for production:

yarn build

Checkout the deployment documentation.

Ref

About

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

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

License:MIT License


Languages

Language:Vue 66.8%Language:TypeScript 25.7%Language:SCSS 7.4%