https://github.com/MilosPaunovic/quasar-v1-starter
Quasar starter template used to quickly set up bare application frame which is allowing you to focus more on the core features.
https://github.com/MilosPaunovic/quasar-v1-starter
axios cypress quasar sentry vue
Last synced: about 1 month ago
JSON representation
Quasar starter template used to quickly set up bare application frame which is allowing you to focus more on the core features.
- Host: GitHub
- URL: https://github.com/MilosPaunovic/quasar-v1-starter
- Owner: MilosPaunovic
- License: mit
- Created: 2021-11-18T09:51:14.000Z (over 3 years ago)
- Default Branch: develop
- Last Pushed: 2023-07-28T07:45:15.000Z (almost 2 years ago)
- Last Synced: 2025-03-23T08:33:18.256Z (about 2 months ago)
- Topics: axios, cypress, quasar, sentry, vue
- Language: JavaScript
- Homepage:
- Size: 14.9 MB
- Stars: 10
- Watchers: 2
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- quasar-awesome - github
README
# ExampleName
ExampleDescription.
### Generate stuff
```bash
npm run prepare:all
```
> Running this command will load and execute `generator.js` script, which will ask a few questions and do menial tasks based on answers; highly recommendeded to run before start of any further development.### Start in development mode
> Change ENV to be local, development or production
```bash
npm run dev:ENV
```### Build code for servers
> Change ENV to be development or production
```bash
npm run build:ENV
```### Testing
As it might depend on some backend service, no testing scripts will be listed here. If you know what you're doing, you'll know where to find them.