init:三线初始化数据

This commit is contained in:
zhangzq
2024-02-19 14:28:54 +08:00
parent 7dea257509
commit 7c0a5cfa5a
2 changed files with 334 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
"author": "Zheng Jie",
"license": "Apache-2.0",
"scripts": {
"dev": "vue-cli-service serve",
"dev": "export NODE_OPTIONS=--openssl-legacy-provider && vue-cli-service serve",
"build": "vue-cli-service build",
"build:stage": "vue-cli-service build --mode staging",
"preview": "node build/index.js --preview",