mirror of
https://gitee.com/ice-gl/icegl-three-vue-tres.git
synced 2025-04-05 06:22:43 +08:00
no message
This commit is contained in:
parent
f4411476fc
commit
b893f85448
@ -123,6 +123,8 @@
|
||||
6、yarn pre.build //预览 下的编译打包
|
||||
|
||||
7、yarn build //自己项目 下的编译打包
|
||||
|
||||
8、yarn both //同时启动 dev 和 pre.dev 可以边调试自己得项目,边对照移植样例和插件
|
||||
```
|
||||
|
||||

|
||||
|
@ -7,6 +7,7 @@
|
||||
"build": "fes build",
|
||||
"pre.dev": "cross-env FES_ENV=predev fes dev",
|
||||
"pre.build": "cross-env NODE_OPTIONS=--max-old-space-size=8088 FES_ENV=predev fes build",
|
||||
"both":"yarn dev & yarn pre.dev",
|
||||
"plugin.marker": "node pluginMaker/index.js",
|
||||
"analyze": "cross-env ANALYZE=1 fes build",
|
||||
"test:unit": "fes test:unit",
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 64 KiB After Width: | Height: | Size: 76 KiB |
Loading…
x
Reference in New Issue
Block a user