https://github.com/mdimai666/vue-quasar-typescript-example
https://github.com/mdimai666/vue-quasar-typescript-example
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/mdimai666/vue-quasar-typescript-example
- Owner: mdimai666
- Created: 2020-01-06T03:12:41.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-13T01:27:20.000Z (about 3 years ago)
- Last Synced: 2025-01-16T21:13:57.144Z (10 months 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).