parent
b731f5f1a8
commit
6e0f4107f1
1 changed files with 13 additions and 3 deletions
@ -1,7 +1,17 @@ |
|||||||
# Vue 3 + Vite |
# Vue 3 + Vite |
||||||
|
|
||||||
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more. |
### 启动前端 |
||||||
|
``` |
||||||
|
npm run dev |
||||||
|
``` |
||||||
|
### 启动后端 |
||||||
|
|
||||||
## Recommended IDE Setup |
##### 后端地址:[https://github.com/btc022003/honey-home](https://github.com/btc022003/honey-home) |
||||||
|
|
||||||
- [VS Code](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) |
``` |
||||||
|
git clone https://github.com/btc022003/honey-home.git |
||||||
|
|
||||||
|
cd honey-home-server |
||||||
|
|
||||||
|
node app.js |
||||||
|
``` |
Loading…
Reference in new issue