Skip to content

Commit

Permalink
[#753][3.0] Update NPM Version (#807)
Browse files Browse the repository at this point in the history
################
-
  • Loading branch information
kdeun1 authored Apr 28, 2021
1 parent 15ca3d6 commit 768adb3
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,20 @@
# evui 3.0

## Project setup
### Project setup
```
npm install
```

### Compiles library for product
```
npm run build:lib
```

### Compiles and hot-reloads for development document project
```
npm run docs
```

### Compiles and hot-reloads for development
```
npm run serve
Expand All @@ -25,5 +35,6 @@ npm run test:unit
npm run lint
```


### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "evui",
"version": "3.1.16",
"version": "3.1.17",
"description": "A EXEM Library project",
"author": "exem <dev_client@ex-em.com>",
"license": "MIT",
Expand Down

0 comments on commit 768adb3

Please sign in to comment.