/vue-init-demo

init project ( Vue2 + Vue Router + webpack3 )

Primary LanguageJavaScriptMIT LicenseMIT

vue-init-demo

Vue2 + Vue Router + webpack3

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