Skip to content

Commit 174fe4b

Browse files
committed
chore: switched from npm to yarn
1 parent 0181bb1 commit 174fe4b

File tree

5 files changed

+2196
-14036
lines changed

5 files changed

+2196
-14036
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@ yarn-error.log*
1919
*.njsproj
2020
*.sln
2121
*.sw?
22+
*~

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ please visit the demo site: https://cross-solution.github.io/yawik-vue-joblist-w
1313

1414
Checkout the repository, then run
1515
```
16-
npm install
16+
yarn install
1717
```
1818

1919
### Compiles and hot-reloads for development
2020
```
21-
npm run serve
21+
yarn serve
2222
```
2323

2424
### Compiles and minifies for production
@@ -27,7 +27,7 @@ This section describes the processes to build and distribute the production file
2727
and is targeted mainly at maintainers of this project.
2828

2929
```
30-
npm run build
30+
yarn build
3131
```
3232

3333
The demo site is hosted as a Github page from the branch `gh-pages`.

0 commit comments

Comments
 (0)