Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chinacarlos/vue-graphql-template
基于[email protected] 和 Apollo GraphQL
https://github.com/chinacarlos/vue-graphql-template
Last synced: 1 day ago
JSON representation
基于[email protected] 和 Apollo GraphQL
- Host: GitHub
- URL: https://github.com/chinacarlos/vue-graphql-template
- Owner: ChinaCarlos
- Created: 2019-02-20T08:23:13.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-20T08:25:14.000Z (almost 6 years ago)
- Last Synced: 2024-08-19T13:48:34.426Z (5 months ago)
- Language: JavaScript
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-graphql-template
## Project setup
```
yarn install
```### Compiles and hot-reloads for development
```
yarn run serve
```### Compiles and minifies for production
```
yarn run build
```### Run your tests
```
yarn run test
```### Lints and fixes files
```
yarn run lint
```### Run your end-to-end tests
```
yarn run test:e2e
```### Run your unit tests
```
yarn run test:unit
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).