We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb976f8 commit 23e2b8aCopy full SHA for 23e2b8a
README.md
@@ -196,7 +196,7 @@ npm run build
196
197
198
# 项目布局
199
-
+```
200
|-- build // webpack配置文件
201
|-- config // 项目打包路径
202
|-- elm // 上线项目文件,放在服务器即可正常访问
@@ -313,10 +313,10 @@ npm run build
313
|-- index.html // 入口html文件
314
|-- package.json // 项目及工具的依赖配置文件
315
|-- README.md // 说明
316
317
318
319
320
.
321
├── README.md
322
├── build
@@ -449,3 +449,4 @@ npm run build
449
└── tree.md
450
451
56 directories, 203 files
452
0 commit comments