https://github.com/codeslator/codestore-front
Codestore Front made with Quasar by Vue
https://github.com/codeslator/codestore-front
Last synced: 12 months ago
JSON representation
Codestore Front made with Quasar by Vue
- Host: GitHub
- URL: https://github.com/codeslator/codestore-front
- Owner: codeslator
- Created: 2022-02-02T19:51:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-02T22:15:55.000Z (about 4 years ago)
- Last Synced: 2025-01-30T20:41:41.237Z (about 1 year ago)
- Language: JavaScript
- Size: 185 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CodestoreApp (codestore-app)
Codestore App
## Install the dependencies
```bash
npm install
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
npm run lint
```
### Build the app for production
```bash
quasar build
```
### Customize the configuration
See [Configuring quasar.conf.js](https://quasar.dev/quasar-cli/quasar-conf-js).