Skip to content
This repository has been archived by the owner on Jul 31, 2018. It is now read-only.

Latest commit

 

History

History
30 lines (21 loc) · 704 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 704 Bytes

vue-ele-starter

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

License

MIT