Commit bc3cefea authored by lipengcheng 's avatar lipengcheng

x

parent 3cd70366
...@@ -22,3 +22,4 @@ pnpm-debug.log* ...@@ -22,3 +22,4 @@ pnpm-debug.log*
*.njsproj *.njsproj
*.sln *.sln
*.sw? *.sw?
.history
[toc] [toc]
# <%= pkgName %>
## 项目介绍 ## 项目介绍
> node 8.11.0+ (推荐12.18.3) > node 8.11.0+ (推荐12.18.3)
......
{ {
"name": "laihua-toolkit", "name": "packagename",
"version": "2.1.1", "version": "2.1.1",
"description": "<%= description %>",
"private": true, "private": true,
"scripts": { "scripts": {
"serve": "vue-cli-service serve", "serve": "vue-cli-service serve",
"passports": "vue-cli-service build --mode passports", "passports": "vue-cli-service build --mode passports",
"build": "vue-cli-service build", "build": "vue-cli-service build",
"start": "serve -l 3020 dist", "start": "serve -l <%= port %> dist",
"lint": "vue-cli-service lint", "lint": "vue-cli-service lint",
"inspect": "vue-cli-service inspect > webpack.js", "inspect": "vue-cli-service inspect > webpack.js",
"fix": "eslint --fix --ext .js,.vue src", "fix": "eslint --fix --ext .js,.vue src",
......
...@@ -11,7 +11,7 @@ module.exports = { ...@@ -11,7 +11,7 @@ module.exports = {
devServer: { devServer: {
open: true, open: true,
// host: '0.0.0.0', // host: '0.0.0.0',
port: 3020, port: <%= port %>,
https: false, https: false,
hotOnly: false, hotOnly: false,
proxy: proxyConf 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