• Stars
    star
    839
  • Rank 52,519 (Top 2 %)
  • Language
    JavaScript
  • License
    MIT License
  • Created over 7 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

This project is build for Vue.js 2 + vue-router + webpack2 + iView 3

iView-project

This project is build for Vue.js 2 + vue-router + webpack2 + iView 3, just install and run.

Install

// install dependencies
npm install

Run

Development

// For the first time, run init to create index.html
npm run init
npm run dev

Production(Build)

npm run build