https://github.com/peratx/pams-frontend
https://github.com/peratx/pams-frontend
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/peratx/pams-frontend
- Owner: PeratX
- Created: 2021-12-09T05:41:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-12-30T12:19:25.000Z (over 4 years ago)
- Last Synced: 2025-01-22T20:51:28.567Z (over 1 year ago)
- Language: Vue
- Size: 187 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pams (pams-frontend)
Pams Frontend
## Install the dependencies
```bash
yarn
```
### Start the app in development mode (hot-code reloading, error reporting, etc.)
```bash
quasar dev
```
### Lint the files
```bash
yarn 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).