https://github.com/agility/agility-vuejs-app
https://github.com/agility/agility-vuejs-app
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/agility/agility-vuejs-app
- Owner: agility
- Created: 2019-12-20T16:09:59.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T21:32:18.000Z (over 5 years ago)
- Last Synced: 2025-04-08T07:43:21.427Z (about 1 year ago)
- Language: Vue
- Size: 2.92 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-agility-app
This is a VueJS site using the Agility Content Fetch SDK.
## 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/).