Skip to content

Latest commit

 

History

History

vue2.x-koa2.x

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

vue2.x-koa2.x

Vue.js 与 Koa.js 的练习项目:一个基础的后台管理系统

步骤

# 安装依赖
npm install

# 启动本地服务 localhost:8080
npm run dev

# 用于生产环境的构建
npm run build

相关参考 vuejs-templates vue-loader.