| 1234567891011121314 |
- {
- "name": "mqtt-vue-dashboard-project",
- "version": "1.0.0",
- "private": true,
- "scripts": {
- "dev:frontend": "cd mqtt-vue-dashboard && npm run dev",
- "dev:backend": "cd server && npm run dev",
- "build:frontend": "cd mqtt-vue-dashboard && npm run build",
- "build:backend": "cd server && npm run build",
- "install:frontend": "cd mqtt-vue-dashboard && npm install",
- "install:backend": "cd server && npm install",
- "install:all": "npm run install:frontend && npm run install:backend"
- }
- }
|