https://github.com/ejfox/eavs
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ejfox/eavs
- Owner: ejfox
- Created: 2020-04-27T16:42:22.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T11:16:35.000Z (over 3 years ago)
- Last Synced: 2025-07-04T16:31:29.050Z (12 months ago)
- Language: Vue
- Size: 3.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 29
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# eavs
## 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/).