Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 479 Bytes

File metadata and controls

32 lines (18 loc) · 479 Bytes

# onefood-vue

前端模板

初始模板基于: https://github.com/PanJiaChen/vue-admin-template

Build Setup

# 安装依赖
npm install

# 启动服务 localhost:8013
npm run dev

# 构建生产环境
npm run build

线上环境

https://nodejs.org/dist/v10.16.3/node-v10.16.3.tar.gz
tar zxvf node-v10.16.3.tar.gz
./configure && make && make install