Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 写的一个练手项目
- Host: GitHub
- URL: https://github.com/gaecoli/vue3-happy
- Owner: gaecoli
- Created: 2023-08-30T09:56:00.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-09-05T14:11:02.000Z (about 1 year ago)
- Last Synced: 2024-10-13T00:08:20.443Z (about 1 month ago)
- Topics: echarts, element-plus, expressjs, vite, vue, vue-router, vue3, vue3-template, vuejs
- Language: JavaScript
- Homepage: https://master--jade-cocada-60daa8.netlify.app/
- Size: 180 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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