Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 313 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 313 Bytes

iview-webpack-boilerplate

Usage

This is a project template for vue-cli. It is recommended to use npm 3+ for a more efficient dependency tree.

$ npm install -g vue-cli
$ vue init iview/webpack#1.0 my-project
$ cd my-project
$ npm install
$ npm run dev