Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/MilosPaunovic/quasar-v2-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-v2-starter
axios quasar sentry vue
Last synced: 3 months 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-v2-starter
- Owner: MilosPaunovic
- License: mit
- Created: 2022-10-09T10:48:11.000Z (over 2 years ago)
- Default Branch: develop
- Last Pushed: 2023-07-19T23:44:56.000Z (over 1 year ago)
- Last Synced: 2024-10-28T17:12:07.781Z (3 months ago)
- Topics: axios, quasar, sentry, vue
- Language: JavaScript
- Homepage:
- Size: 832 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 3
-
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
```