https://github.com/affilnost/vue-graphql-hasura
https://github.com/affilnost/vue-graphql-hasura
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/affilnost/vue-graphql-hasura
- Owner: affilnost
- Created: 2019-04-13T17:04:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-13T17:06:14.000Z (about 6 years ago)
- Last Synced: 2025-01-08T00:29:07.527Z (4 months ago)
- Language: Vue
- Size: 191 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-hello-world
## 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
```### Run your end-to-end tests
```
npm run test:e2e
```### Run your unit tests
```
npm run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).