Skip to content

Commit 518321f

Browse files
committed
feat: volta
1 parent 7fe3644 commit 518321f

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -94,5 +94,8 @@
9494
"vue-i18n": "^9.1.6",
9595
"vue-router": "4",
9696
"vuex": "^4.0.0"
97+
},
98+
"volta": {
99+
"node": "14.16.1"
97100
}
98101
}

readme.md

+1-7
Original file line numberDiff line numberDiff line change
@@ -57,18 +57,12 @@ Learn the design patterns [here](https://github.com/logustra/7ad)
5757

5858
## Requirement
5959
- [node.js](http://nodejs.org/)
60-
- [nvm](https://github.com/nvm-sh/nvm)
60+
- [volta](https://docs.volta.sh/guide/getting-started)
6161
- [pnpm](https://pnpm.js.org/en/installation)
6262

6363
## Getting Started
6464

6565
```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-
7266
# clone repository
7367
$ git clone https://github.com/logustra/vivu.git
7468

0 commit comments

Comments
 (0)