dubch b8dc47e27a 前后:注册可以上传护照 5 vuotta sitten
..
src b8dc47e27a 前后:注册可以上传护照 5 vuotta sitten
.babelrc 2ceeaf6e9a IE兼容测试 6 vuotta sitten
.editorconfig a00a361b72 hello labsop_base ! 6 vuotta sitten
.eslintrc.js a00a361b72 hello labsop_base ! 6 vuotta sitten
.gitignore a00a361b72 hello labsop_base ! 6 vuotta sitten
README.md d003568134 前端: ReadMe 5 vuotta sitten
nuxt.config.ignore.js b6beb0743a 项目配置板块对接完成提交 5 vuotta sitten
nuxt.config.js b108271f12 修改合同导入,企业名称输入联想 5 vuotta sitten
nuxt.config.prod.js 0563f254d1 前:附件上传路径;目录审批 5 vuotta sitten
package.json 3eaaca6b54 修改配置文件(恢复) 5 vuotta sitten
yarn.lock 879e703e4e element2.8.2 -- 准入方式,除一级二级外其他需要考察报告 5 vuotta sitten

README.md

shanlan

Nuxt.js project

Build Setup

# install dependencies
$ npm install # Or yarn install

# serve with hot reload at localhost:3000
$ npm run dev # Or yarn dev

# build for production and launch server
$ npm run build # Or yarn build
$ npm start # Or yarn start

# generate static project
$ npm run generate

生产环境部署(使用PM2)

# install pm2 globally
$ yarn global add pm2
# launch production server
$ yarn start:pm2
# Display all processes status
$ pm2 ls
# Show all information about app
$ pm2 show shanlan
# Display memory and cpu usage of each app
$ pm2 monit
# Display logs
$ pm2 logs
# Stop
$ pm2 stop shanlan
# Kill and delete
$ pm2 delete shanlan

For detailed explanation on how things work, checkout the Nuxt.js docs.

解决编译或打包时内存溢出,过程停止:

npm install -g increase-memory-limit

windows

set NODE_OPTIONS=--max_old_space_size=4096

mac/linux

export NODE_OPTIONS=--max_old_space_size=4096