Ubuntu编译jetlinks-ui-vue
- 安装node
需要18.14.0以上
LINUX安装node/nodejs-CSDN博客
- 启动jetlinks-community
Ubuntu安装geteck/jetlinks实战:源码启动-CSDN博客
- 下载
git clone https://gitee.com/jetlinks/jetlinks-ui-vue
- 准备
yarn
- 编译
# npm run build
yarn build
- 启动
yarn dev
- 测试