Skip to content

Commit 5b32f61

Browse files
committed
Added more keywords and links to Readme for reference
1 parent 6cf601e commit 5b32f61

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

Diff for: README.md

+16
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,20 @@ $ npm run generate
3434
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).
3535

3636
## Learn more
37+
### This setup
38+
[Using Vue-Cli](https://medium.com/js-dojo/vue-cli-3-a-game-changer-for-frontend-development-a11b56a301a8)
39+
[Vue Cli Plugin Nuxt Starter Template](https://github.com/andoshin11/vue-cli-plugin-nuxt-starter-template)
40+
[Using Nuxt-Edge](https://medium.com/nuxt/nuxt-2-is-coming-oh-yeah-212c1a9e1a67)
41+
[mobx-vue](https://github.com/mobxjs/mobx-vue)
42+
[nuxt-property-decorator](https://github.com/nuxt-community/nuxt-property-decorator)
43+
[nuxt-class-component](https://github.com/nuxt-community/nuxt-class-component)
44+
### TypeScript
45+
[TypeScript documentation](http://www.typescriptlang.org/docs/home.html)
46+
[Basarat's TypeScript Deep Dive](https://basarat.gitbooks.io/typescript/content/docs/getting-started.html)
47+
48+
### TypesScript and Vue
49+
[This video helped me get rid of TSLint errors when it came to props](https://egghead.io/lessons/vue-js-define-props-on-a-vue-class-with-vue-property-decorator)
50+
51+
### General Vue/Nuxt resources
52+
3753
[Chris V. Fritz Vue Enterprise Boilerplate](https://github.com/chrisvfritz/vue-enterprise-boilerplate)

Diff for: package.json

+5
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@
55
"keywords": [
66
"vue",
77
"vuejs",
8+
"vuejs2",
9+
"vue-cli",
810
"nuxt",
911
"nuxtjs",
12+
"nuxt-edge",
1013
"mobx",
14+
"mobx-vue",
15+
"javascript",
1116
"typescript",
1217
"template"
1318
],

0 commit comments

Comments
 (0)