Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit f2e89b5

Browse files
committed
✏️ edit README.md
1 parent d213380 commit f2e89b5

File tree

1 file changed

+18
-19
lines changed

1 file changed

+18
-19
lines changed

‎gif-searcher/README.md‎

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,28 @@
11
# gif-searcher
22

3-
## Project setup
4-
```
5-
yarn install
6-
```
3+
This project is generated via **Vue CLI**.
74

8-
### Compiles and hot-reloads for development
9-
```
10-
yarn run serve
11-
```
5+
## Project setup
126

13-
### Compiles and minifies for production
14-
```
15-
yarn run build
7+
For installing the dependencies:
8+
```bash
9+
npm install
10+
# OR
11+
yarn install
1612
```
13+
For open the Vue.js develpement server:
14+
```bash
15+
npm run serve
16+
# OR
17+
yarn serve
1718

18-
### Run your tests
19-
```
20-
yarn run test
2119
```
20+
## Lints and fixes files
21+
For running the linter:
2222

23-
### Lints and fixes files
24-
```
25-
yarn run lint
23+
```bash
24+
npm run lint
25+
# OR
26+
yarn lint
2627
```
2728

28-
### Customize configuration
29-
See [Configuration Reference](https://cli.vuejs.org/config/).

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /