https://github.com/sustained/vue-land-faqs
https://github.com/sustained/vue-land-faqs
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sustained/vue-land-faqs
- Owner: sustained
- License: mit
- Created: 2019-06-25T10:44:29.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T01:07:36.000Z (over 3 years ago)
- Last Synced: 2025-04-05T18:52:07.822Z (about 1 year ago)
- Language: Vue
- Size: 2.81 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# vue-land-faqs
## 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/).