switch to yarn #2

Merged
konrad merged 1 commits from switch-to-yarn into master 2018-11-01 21:36:28 +00:00
3 changed files with 9357 additions and 16512 deletions

View File

@ -10,20 +10,20 @@ This is the web frontend for Vikunja, written in Vue.js.
## Project setup ## Project setup
``` ```
npm install yarn install
``` ```
### Compiles and hot-reloads for development ### Compiles and hot-reloads for development
``` ```
npm run serve yarn run serve
``` ```
### Compiles and minifies for production ### Compiles and minifies for production
``` ```
npm run build yarn run build
``` ```
### Lints and fixes files ### Lints and fixes files
``` ```
npm run lint yarn run lint
``` ```

16508
package-lock.json generated

File diff suppressed because it is too large Load Diff

9353
yarn.lock Normal file

File diff suppressed because it is too large Load Diff