Commit 518321f 1 parent 7fe3644 commit 518321f Copy full SHA for 518321f
File tree 2 files changed +4
-7
lines changed
2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 94
94
"vue-i18n" : " ^9.1.6" ,
95
95
"vue-router" : " 4" ,
96
96
"vuex" : " ^4.0.0"
97
+ },
98
+ "volta" : {
99
+ "node" : " 14.16.1"
97
100
}
98
101
}
Original file line number Diff line number Diff line change @@ -57,18 +57,12 @@ Learn the design patterns [here](https://github.com/logustra/7ad)
57
57
58
58
## Requirement
59
59
- [ node.js] ( http://nodejs.org/ )
60
- - [ nvm ] ( https://github.com/nvm- sh/nvm )
60
+ - [ volta ] ( https://docs.volta. sh/guide/getting-started )
61
61
- [ pnpm] ( https://pnpm.js.org/en/installation )
62
62
63
63
## Getting Started
64
64
65
65
``` bash
66
- # install nodejs with specific version
67
- $ nvm install 14.16.1
68
-
69
- # using specific nodejs
70
- $ nvm use 14.16.1
71
-
72
66
# clone repository
73
67
$ git clone https://github.com/logustra/vivu.git
74
68
You can’t perform that action at this time.
0 commit comments