switch to yarn (#2)
This commit is contained in:
parent
c0d5f6e99a
commit
4a78a508df
3 changed files with 9357 additions and 16512 deletions
|
@ -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
16508
package-lock.json
generated
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue