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

jikkai/vue-ele-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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