Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 332 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 332 Bytes

Okr_of_Thunisoft

This project is build for iView2(Vue.js 2 + vue-router + webpack2), 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