Skip to content
This repository was archived by the owner on Apr 17, 2020. It is now read-only.

Commit d8f5ad5

Browse files
committed
Update readme.
1 parent 99c2936 commit d8f5ad5

File tree

1 file changed

+10
-27
lines changed

1 file changed

+10
-27
lines changed

README.md

Lines changed: 10 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,17 @@
1-
# protocall-ui-components
1+
Protocall UI components
2+
-----------------------
23

34
## Project setup
4-
```
5-
npm install
6-
```
75

8-
### Compiles and hot-reloads for development
6+
1. Install depends
7+
```bash
8+
npm i
99
```
10-
npm run serve
10+
2. Run storybook of components:
11+
```bash
12+
npm run storybook:serve
1113
```
1214

13-
### Compiles and minifies for production
14-
```
15-
npm run build
16-
```
17-
18-
### Run your tests
19-
```
20-
npm run test
21-
```
22-
23-
### Lints and fixes files
24-
```
25-
npm run lint
26-
```
27-
28-
### Run your unit tests
29-
```
30-
npm run test:unit
31-
```
15+
# License
3216

33-
### Customize configuration
34-
See [Configuration Reference](https://cli.vuejs.org/config/).
17+
GNU GPL v3

0 commit comments

Comments
 (0)