Commit bc3cefea authored by lipengcheng 's avatar lipengcheng

x

parent 3cd70366
......@@ -22,3 +22,4 @@ pnpm-debug.log*
*.njsproj
*.sln
*.sw?
.history
[toc]
# <%= pkgName %>
## 项目介绍
> node 8.11.0+ (推荐12.18.3)
......
{
"name": "laihua-toolkit",
"name": "packagename",
"version": "2.1.1",
"description": "<%= description %>",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"passports": "vue-cli-service build --mode passports",
"build": "vue-cli-service build",
"start": "serve -l 3020 dist",
"start": "serve -l <%= port %> dist",
"lint": "vue-cli-service lint",
"inspect": "vue-cli-service inspect > webpack.js",
"fix": "eslint --fix --ext .js,.vue src",
......
......@@ -11,7 +11,7 @@ module.exports = {
devServer: {
open: true,
// host: '0.0.0.0',
port: 3020,
port: <%= port %>,
https: false,
hotOnly: false,
proxy: proxyConf
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment