Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hilsonxhero/hero-shop
ecommerce built with the powerful Vuejs 3 framework! :rocket:
https://github.com/hilsonxhero/hero-shop
pwa resetful-api sass typescript unit-testing vue
Last synced: 2 months ago
JSON representation
ecommerce built with the powerful Vuejs 3 framework! :rocket:
- Host: GitHub
- URL: https://github.com/hilsonxhero/hero-shop
- Owner: Hilsonxhero
- License: mit
- Created: 2022-06-05T07:28:35.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-15T09:16:36.000Z (over 1 year ago)
- Last Synced: 2023-06-15T10:31:02.319Z (over 1 year ago)
- Topics: pwa, resetful-api, sass, typescript, unit-testing, vue
- Language: Vue
- Homepage: http://shop.hilsonxhero.com/
- Size: 17.5 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hero-shop
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).