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: 1 day 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 (almost 9 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T16:50:18.000Z (about 2 months ago)
- Last Synced: 2024-10-25T10:36:45.730Z (21 days ago)
- Topics: deno, honojs, pandacss, vue, vuejs
- Language: Vue
- Homepage: https://vue-shopping-cart-seven.vercel.app/
- Size: 6.17 MB
- Stars: 97
- 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
- [x] AppWrite is (BaaS - Backend as a service)## Gettting Started
Update enviroments in `web` and `server` folder then run command line
```bash
bun run dev
```### 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
```### Backend
Rename `.env.example` to `.env` in server folder and update AppWrite
enviroments.```
```then run command line:
```shell
bun run dev --filter=@app/server
```## License
MIT © [Dang Van Thanh](https://dangthanh.org)