大数据展示系统-前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
120 B

2 years ago
2 years ago
2 years ago
  1. 智慧书架
  2. ```bash
  3. # install dependency
  4. npm install
  5. # develop
  6. npm run serve
  7. # 构建生产环境
  8. npm run build
  9. ```