File tree 1 file changed +9
-8
lines changed
1 file changed +9
-8
lines changed Original file line number Diff line number Diff line change 1
- # auth
1
+ # Vue Js Blog Files
2
2
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 )
4
6
5
7
## Build Setup
6
8
7
9
``` bash
8
10
# install dependencies
9
- $ yarn install
11
+ $ npm install
10
12
11
13
# serve with hot reload at localhost:3000
12
- $ yarn run dev
14
+ $ npm run dev
13
15
14
16
# build for production and launch server
15
- $ yarn run build
16
- $ yarn start
17
+ $ npm run build
18
+ $ npm start
17
19
18
20
# generate static project
19
- $ yarn run generate
21
+ $ npm run generate
20
22
```
21
23
22
- For detailed explanation on how things work, checkout [ Nuxt.js docs] ( https://nuxtjs.org ) .
You can’t perform that action at this time.
0 commit comments