Skip to content

Commit 702d81b

Browse files
[docs]: Updated the README.md file
- Github Issue: Authored-by: Shubham Bansal <[email protected]> Signed-off-by: Shubham Bansal <[email protected]>
1 parent 5b024f0 commit 702d81b

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

Diff for: README.md

+9-8
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,23 @@
1-
# auth
1+
# Vue Js Blog Files
22

3-
> My transcendent Nuxt.js project
3+
> This repo contains the vue js code used to explain the concepts in the overflowjs blogs
4+
- [https://overflowjs.com/posts/Vuejs-Getting-Started-2019-Part-1](https://overflowjs.com/posts/Vuejs-Getting-Started-2019-Part-1)
5+
- [https://overflowjs.com/posts/Vuejs-Structuring-and-Authentication-In-2019-Part-2](https://overflowjs.com/posts/Vuejs-Structuring-and-Authentication-In-2019-Part-2)
46

57
## Build Setup
68

79
``` bash
810
# install dependencies
9-
$ yarn install
11+
$ npm install
1012

1113
# serve with hot reload at localhost:3000
12-
$ yarn run dev
14+
$ npm run dev
1315

1416
# build for production and launch server
15-
$ yarn run build
16-
$ yarn start
17+
$ npm run build
18+
$ npm start
1719

1820
# generate static project
19-
$ yarn run generate
21+
$ npm run generate
2022
```
2123

22-
For detailed explanation on how things work, checkout [Nuxt.js docs](https://nuxtjs.org).

0 commit comments

Comments
 (0)