Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dangvanthanh/vue-shopping-cart
Simple shopping cart with Vue.js and Deno.js
https://github.com/dangvanthanh/vue-shopping-cart
deno honojs pandacss vue vuejs
Last synced: 4 days ago
JSON representation
Simple shopping cart with Vue.js and Deno.js
- Host: GitHub
- URL: https://github.com/dangvanthanh/vue-shopping-cart
- Owner: dangvanthanh
- Created: 2015-12-24T04:19:12.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2024-12-17T09:27:43.000Z (about 1 month ago)
- Last Synced: 2025-01-20T01:19:47.508Z (11 days ago)
- Topics: deno, honojs, pandacss, vue, vuejs
- Language: Vue
- Homepage: https://vue-shopping-cart-seven.vercel.app/
- Size: 5.81 MB
- Stars: 101
- Watchers: 8
- Forks: 28
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue Shopping Cart
![](screenshot.png)
## Technologies
- [Deno.js](https://deno.land/)
- [Hono](https://hono.dev/)
- [Vue.js](https://vuejs.org/)
- [PandaCSS](https://panda-css.com/)## Development
- [x] Deno.js server
- [x] Vue.js client## Gettting Started
Update enviroments in `web` and `server` folder then run command line
```bash
bun run dev
```### Web (Frontend)
Rename `.env.example` to `.env` in client folder and update API enviroments.
```
VITE_ALOVA_TIPS=0
VITE_BASE_URL_API=http://localhost:8000
```then run command line
```shell
bun run dev --filter=@app/web
```### API (Backend)
Rename `.env.example` to `.env` in server folder then run command line:
```shell
bun run dev --filter=@app/server
```## License
MIT © [Dang Van Thanh](https://dangthanh.org)