摘要: 在项目根目录新建.env文件(环境变量) //关闭source map GENERATE_SOURCEMAP=false //关闭自动打开浏览器 //BROWSER=none //本地host HOST=m.loubei.com //本地端口 PORT=80 本地hosts文件添加 127.0.0. 阅读全文
posted @ 2021-02-08 14:47 Nyan 阅读(502) 评论(0) 推荐(0) 编辑
摘要: tsconfig.json添加: "baseUrl": ".", "paths": { "@/*": ["src/*"], "@assets/*": ["src/assets/*"], // css, html中需要 `~@assets/*` } config/webpack.config.js f 阅读全文
posted @ 2021-02-08 10:37 Nyan 阅读(77) 评论(0) 推荐(0) 编辑