0.0.1 • Published 3 years ago

xproj-plugin-input v0.0.1

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

安装

$ git clone git@git.qycloud.com.cn:Mage/Zero.git
$ cd ~/Zero
$ nrm use qycloud
$ npm login
$ yarn install

配置

本地开发

$ cd ~/Zero/config
$ cp server.example.js server.js
$ vim server.js # 根据实际情况修改具体配置
$ sudo vim /etc/hosts # 在文件末尾添加类似配置:127.0.0.1 dev.qycloud.com.cn

命令

$ cd ~/Zero

# 本地开发
$ yarn serve

# 编译打包
$ yarn build

其他