Skip to content

Commit

Permalink
feat: volta
Browse files Browse the repository at this point in the history
  • Loading branch information
logustra committed May 5, 2021
1 parent 7fe3644 commit 518321f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,8 @@
"vue-i18n": "^9.1.6",
"vue-router": "4",
"vuex": "^4.0.0"
},
"volta": {
"node": "14.16.1"
}
}
8 changes: 1 addition & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,12 @@ Learn the design patterns [here](https://github.com/logustra/7ad)

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

## Getting Started

```bash
# install nodejs with specific version
$ nvm install 14.16.1

# using specific nodejs
$ nvm use 14.16.1

# clone repository
$ git clone https://github.com/logustra/vivu.git

Expand Down

0 comments on commit 518321f

Please sign in to comment.