Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 380 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 380 Bytes

my-arki

Vue 2.0 + Koa 2 project

Install Dependencies

npm install

Production Setup

# build for production with minification
npm run build

# start Koa server at localhost:8889
npm start

Dev Setup

# back-end dev server at localhost:8889
npm run dev-start

# front-end dev mode with hot reload at localhost:8888
npm run dev