Quick start with Vue2 and ElementUI/MintUI
- 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
vue init jikkai/vue-ele-starter vue-project
cd vue-project
npm i
npm start
npm run build