Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infinitypaul/recurring_frontend
https://github.com/infinitypaul/recurring_frontend
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/infinitypaul/recurring_frontend
- Owner: infinitypaul
- Created: 2020-05-28T04:53:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T22:45:38.000Z (over 2 years ago)
- Last Synced: 2024-10-10T13:09:14.842Z (29 days ago)
- Language: Vue
- Size: 518 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# acefront
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your unit tests
```
npm run test:unit
```### Run your end-to-end tests
```
npm run test:e2e
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).