devops 9db304b14e 政策文件沟通交流 il y a 2 mois
..
.image 9db304b14e 政策文件沟通交流 il y a 2 mois
bin 9db304b14e 政策文件沟通交流 il y a 2 mois
build 9db304b14e 政策文件沟通交流 il y a 2 mois
public 9db304b14e 政策文件沟通交流 il y a 2 mois
src 9db304b14e 政策文件沟通交流 il y a 2 mois
.dockerignore 9db304b14e 政策文件沟通交流 il y a 2 mois
.editorconfig 9db304b14e 政策文件沟通交流 il y a 2 mois
.env.dev 9db304b14e 政策文件沟通交流 il y a 2 mois
.env.front 9db304b14e 政策文件沟通交流 il y a 2 mois
.env.prod 9db304b14e 政策文件沟通交流 il y a 2 mois
.env.stage 9db304b14e 政策文件沟通交流 il y a 2 mois
.env.static 9db304b14e 政策文件沟通交流 il y a 2 mois
.eslintignore 9db304b14e 政策文件沟通交流 il y a 2 mois
.eslintrc.js 9db304b14e 政策文件沟通交流 il y a 2 mois
.gitignore 9db304b14e 政策文件沟通交流 il y a 2 mois
.npmrc 9db304b14e 政策文件沟通交流 il y a 2 mois
Dockerfile 9db304b14e 政策文件沟通交流 il y a 2 mois
Jenkinsfile 9db304b14e 政策文件沟通交流 il y a 2 mois
LICENSE 9db304b14e 政策文件沟通交流 il y a 2 mois
README.md 9db304b14e 政策文件沟通交流 il y a 2 mois
babel.config.js 9db304b14e 政策文件沟通交流 il y a 2 mois
nginx.conf 9db304b14e 政策文件沟通交流 il y a 2 mois
package.json 9db304b14e 政策文件沟通交流 il y a 2 mois
vue.config.js 9db304b14e 政策文件沟通交流 il y a 2 mois
yarn.lock 9db304b14e 政策文件沟通交流 il y a 2 mois

README.md

#前端启动 NodeJs环境:v16.18.0

1、设置淘宝镜像(可选)

npm config set registry https://registry.npmjs.org

##2、安装依赖 npm install --global yarn yarn install

3、启动

3.1、使用本地环境的配置文件(.env.local)

npm run local

3.2、使用生产环境的配置文件(.env.dev)

npm run dev