vue-ele-starter
May 3, 2018 ยท View on GitHub
Quick start with Vue2 and ElementUI/MintUI
Features
- Webpack@4
- Vue2 + vue-router(history mode / hash mode)
- Vue2 UI Framework - ElementUI / MintUI
- Postcss with postcss-salad
- ESLint - Standard(optional)
- ๐ vue-class-component
- Unit tests with Karma + Mocha(optional)
- ๐ router-based code splitting
Get Started
vue init jikkai/vue-ele-starter vue-project
cd vue-project
npm i
npm start
npm run build