Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xfl03/aadebtfrontend
Vue CLI Frontend for AAdebt
https://github.com/xfl03/aadebtfrontend
Last synced: 21 days ago
JSON representation
Vue CLI Frontend for AAdebt
- Host: GitHub
- URL: https://github.com/xfl03/aadebtfrontend
- Owner: xfl03
- License: gpl-3.0
- Created: 2019-03-16T17:44:46.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T17:57:58.000Z (almost 2 years ago)
- Last Synced: 2023-08-28T08:22:11.105Z (over 1 year ago)
- Language: Vue
- Size: 555 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 21
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# aa-debt
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).