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 123b9d6

Browse files
committed
✏️ edit README.md
1 parent e31b69e commit 123b9d6

File tree

1 file changed

+19
-21
lines changed

1 file changed

+19
-21
lines changed

‎hacker-news-clone/README.md‎

Lines changed: 19 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,27 @@
11
# hacker-news-clone
22

3-
## Project setup
4-
```
5-
yarn install
6-
```
7-
8-
### Compiles and hot-reloads for development
9-
```
10-
yarn run serve
11-
```
3+
This project is generated via **Vue CLI**. A deployed version on [Now](https://zeit.co/now) can be used here: https://hacker-news-clone-vue-function-api-38l69r87b.now.sh/#/
124

13-
### Compiles and minifies for production
14-
```
15-
yarn run build
16-
```
5+
## Project setup
176

18-
### Run your tests
19-
```
20-
yarn run test
7+
For installing the dependencies:
8+
```bash
9+
npm install
10+
# OR
11+
yarn install
2112
```
13+
For open the Vue.js develpement server:
14+
```bash
15+
npm run serve
16+
# OR
17+
yarn serve
2218

23-
### Lints and fixes files
24-
```
25-
yarn run lint
2619
```
20+
## Lints and fixes files
21+
For running the linter:
2722

28-
### Customize configuration
29-
See [Configuration Reference](https://cli.vuejs.org/config/).
23+
```bash
24+
npm run lint
25+
# OR
26+
yarn lint
27+
```

0 commit comments

Comments
(0)

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