Skip to content

Commit 5923f39

Browse files
committed
Fixed linting warnings
1 parent 6325a0c commit 5923f39

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
# Vue Project
2+
13
## VUE CLI 3.0 installation procedure
4+
25
``` bash
6+
##
37
$ vue create app-name
48
$ cd app-name
59
$ vue add nuxt-starter-template
@@ -11,7 +15,10 @@ $ npm i nuxt-typescript typescript tslint --save-dev
1115
[Follow these instructions for configuring nuxt.config.js.](https://github.com/wagerfield/nuxt-typescript) Don't worry about tsconfig.json if you configure vue cli to use typescript it should be configured correctly already.
1216

1317
``` bash
18+
##
1419
$ npm i mobx-vue --save
20+
$ npm i nuxt-class-component
21+
$ npm i nuxt-property-decorator
1522
```
1623

1724
## Build Setup
@@ -34,7 +41,9 @@ $ npm run generate
3441
For detailed explanation on how things work, checkout the [Nuxt.js docs](https://github.com/nuxt/nuxt.js).
3542

3643
## Learn more
44+
3745
### This setup
46+
3847
[Using Vue-Cli](https://medium.com/js-dojo/vue-cli-3-a-game-changer-for-frontend-development-a11b56a301a8)
3948

4049
[Vue Cli Plugin Nuxt Starter Template](https://github.com/andoshin11/vue-cli-plugin-nuxt-starter-template)
@@ -46,12 +55,15 @@ For detailed explanation on how things work, checkout the [Nuxt.js docs](https:/
4655
[nuxt-property-decorator](https://github.com/nuxt-community/nuxt-property-decorator)
4756

4857
[nuxt-class-component](https://github.com/nuxt-community/nuxt-class-component)
58+
4959
### TypeScript
60+
5061
[TypeScript documentation](http://www.typescriptlang.org/docs/home.html)
5162

5263
[Basarat's TypeScript Deep Dive](https://basarat.gitbooks.io/typescript/content/docs/getting-started.html)
5364

5465
### TypesScript and Vue
66+
5567
[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)
5668

5769
### General Vue/Nuxt resources

0 commit comments

Comments
 (0)