Skip to content

Commit 74d3310

Browse files
committed
Copy README
1 parent 1df83b2 commit 74d3310

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

README.md

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,23 @@
1-
# guide-vue
2-
3-
## Project setup
4-
```
5-
npm install
6-
```
7-
8-
### Compiles and hot-reloads for development
9-
```
10-
npm run serve
11-
```
12-
13-
### Compiles and minifies for production
14-
```
15-
npm run build
16-
```
17-
18-
### Lints and fixes files
19-
```
20-
npm run lint
21-
```
22-
23-
### Customize configuration
24-
See [Configuration Reference](https://cli.vuejs.org/config/).
1+
## Chapter 7: Vue
2+
3+
Numbered branches (`0` and up) have the most up-to-date code (often newer than the most recent published revision of the book). When code has changed between book revisions, a new code version is created, and each branch is tagged, with the naming format `[step]_[version]`. For instance, revision `r7` of the book was published with version `1.0.0` of this repo, so the tag for step 2 was [`2_1.0.0`](https://github.com/GraphQLGuide/guide-vue/releases/tag/2_1.1.0).
4+
5+
## Supporting
6+
7+
If you'd like to read the GraphQL Guide, and if you can afford to purchase it or if your company reimburses you for educational materials (most do 👍), we would value your support: [https://graphql.guide](https://graphql.guide).
8+
9+
## Contributors
10+
11+
[/GraphQLGuide/guide-vue/graphs/contributors](https://github.com/GraphQLGuide/guide-vue/graphs/contributors)
12+
13+
Thank you to everyone who has contributed 😃🙌
14+
15+
## Contributing
16+
17+
We welcome issues and PRs! For large changes, we recommend opening an issue first to get feedback before putting in the work of a PR. Minor things like typo fixes can go directly to PRs and will usually get a quick response 😊
18+
19+
When editing code that's part of the book, submit the PR to the corresponding step branch (eg branch `3` for step 3) instead of to `master`.
20+
21+
---
22+
23+
[CHANGELOG](https://github.com/GraphQLGuide/guide-vue/blob/master/CHANGELOG.md)

0 commit comments

Comments
 (0)