Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gaecoli/vue3-happy

vue3 初学,用 vue3 + vite + vue-route + node express + echarts + element-plus 写的一个练手项目
https://github.com/gaecoli/vue3-happy

echarts element-plus expressjs vite vue vue-router vue3 vue3-template vuejs

Last synced: about 6 hours ago
JSON representation

vue3 初学,用 vue3 + vite + vue-route + node express + echarts + element-plus 写的一个练手项目

Awesome Lists containing this project

README

        

# vue3-first

## 前端项目启动
```
git clone [email protected]:gaecoli/vue3-happy.git
cd vue3-happy
npm install
npm run serve
```

## node 项目启动
### sql 导入:
```
create database ego;

mysql -u root -p ego < vue3-happy/server/ego.sql

```

### node 后端项目启动
```
cd vue3-happy
cd server
node index.js
```

### License
MIT