fuxa 教程
下载地址:
https://github.com/frangoteam/FUXA
安装
1 2 3 4 5 6 7
| 您需要安装 Node 版本 14.21.3 (npm 6.14.18) ||16.20.2 (npm 8.19.4) ||18.18.2 (npm 9.8.1)。 警告在带有 nodejs 版本 16.20.2 的 linux 中 ||18.18.2 用于与西门子 S7 PLC 通信的 node-snap7 库存在问题,如果您不打算使用它,可以从服务器中删除它/package.json
npm install -g --unsafe-perm @frangoteam/fuxa fuxa
或者下载压缩包
|
启动
1 2 3 4 5 6 7 8 9
| cd ./server npm install npm start 访问:http://localhost:1881
cd ./client npm install npm start 访问:http://localhost:4200
|
打包
1 2 3 4 5 6
| npm install –g @angular/cli
cd ./client ng build --prod ng build --configuration=production
|