lzpeng723 / element-plus-vite-router-vuex-starter

Vue 3.0 + Vue Router + Vuex + Element Plus + Vite

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

element-plus-vite-router-vuex-starter

A starter kit for Element Plus with Vite

Element Plus

This is an example of on-demand element-plus with unplugin-vue-components.

If you want to import all, it may be so simple that no examples are needed. Just follow quickstart | Docs and import them.

If you just want an on-demand import example manually, you can check unplugin-element-plus/examples/vite.

Project setup

npm install

Compiles and hot-reloads for development

npm run dev

Compiles and minifies for production

npm run build:prod

Usage

git clone https://github.com/lzpeng723/element-plus-vite-router-vuex-starter.git
cd element-plus-vite-router-vuex-starter
npm install
npm run dev

Custom theme

See src/styles/element/index.scss.

About

Vue 3.0 + Vue Router + Vuex + Element Plus + Vite


Languages

Language:TypeScript 42.1%Language:Vue 40.5%Language:SCSS 11.7%Language:HTML 5.7%