Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bongomin/aams
https://github.com/bongomin/aams
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bongomin/aams
- Owner: bongomin
- Created: 2022-10-30T11:41:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T07:19:19.000Z (about 2 years ago)
- Last Synced: 2024-11-10T16:12:35.692Z (2 months ago)
- Language: Vue
- Size: 234 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Asset Management App (aams)
aams project
## Install the dependencies
```bash
yarn
# or
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.config.js](https://v2.quasar.dev/quasar-cli-vite/quasar-config-js).