You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
519 B
519 B
Sentinel Dashboard Frontend
环境要求
- Node.js > 6.x
- Node.js < 12.x
编码规范
- HTML/CSS 遵循 Bootstrap 编码规范
- JavaScript 遵循 Airbnb JavaScript Style Guide 以及最新的 ES 6 标准
安装依赖
npm i
开始本地开发
npm start
构建前端资源
npm run build