Skip to content

Latest commit

 

History

History
82 lines (59 loc) · 746 Bytes

readme.md

File metadata and controls

82 lines (59 loc) · 746 Bytes

(koa2-vue2-demo)使用Vue构建的demo框架

This is a demo about how to build with vue2.

FE

please npm install first.

在项目运行之前请先进行前端构建,打包后的文件不入库

source

/client
.babelrc
.editorconfig
.eslintrc.js
.gitignore
gulpfile.js

complie & build

/static/dist
/server/views/index.html
.artifacts

Node.js

  Node.js v7.6+

FE framework

vue + vuex + webpack + gulp + axios + babel

ENV

cmd:

  npm install -g webpack gulp

Install

root:

npm install

waiting.....

build

root exec:

gulp

FB

exec:

npm run develop

source

/server
/static

common

/constant
package.json