Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdimai666/vue-quasar-typescript-example
https://github.com/mdimai666/vue-quasar-typescript-example
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdimai666/vue-quasar-typescript-example
- Owner: mdimai666
- Created: 2020-01-06T03:12:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-13T01:27:20.000Z (about 2 years ago)
- Last Synced: 2023-03-06T09:11:11.225Z (almost 2 years ago)
- Language: Vue
- Size: 3.73 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Quasar App (quasar2)
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).