Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdimai666/app_eshop
Mobile app, Quasar(vue), Typescript, Cordova
https://github.com/mdimai666/app_eshop
Last synced: about 2 months ago
JSON representation
Mobile app, Quasar(vue), Typescript, Cordova
- Host: GitHub
- URL: https://github.com/mdimai666/app_eshop
- Owner: mdimai666
- Created: 2020-05-18T01:05:55.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-13T02:13:21.000Z (about 2 years ago)
- Last Synced: 2023-03-06T09:11:01.560Z (almost 2 years ago)
- Language: TypeScript
- Size: 6.91 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ShopApp
A Quasar Framework app
## Install the dependencies
```bash
npm install
```### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```### Build the app for production
```bash
quasar build
```### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).