|  | 
| 1 | 1 | # hacker-news-clone | 
| 2 | 2 | 
 | 
| 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/#/ | 
| 12 | 4 | 
 | 
| 13 |  | -### Compiles and minifies for production | 
| 14 |  | -``` | 
| 15 |  | -yarn run build | 
| 16 |  | -``` | 
|  | 5 | +## Project setup | 
| 17 | 6 | 
 | 
| 18 |  | -### Run your tests | 
| 19 |  | -``` | 
| 20 |  | -yarn run test | 
|  | 7 | +For installing the dependencies: | 
|  | 8 | +```bash | 
|  | 9 | +npm install | 
|  | 10 | +# OR | 
|  | 11 | +yarn install | 
| 21 | 12 | ``` | 
|  | 13 | +For open the Vue.js develpement server: | 
|  | 14 | +```bash | 
|  | 15 | +npm run serve | 
|  | 16 | +# OR | 
|  | 17 | +yarn serve | 
| 22 | 18 | 
 | 
| 23 |  | -### Lints and fixes files | 
| 24 |  | -``` | 
| 25 |  | -yarn run lint | 
| 26 | 19 | ``` | 
|  | 20 | +## Lints and fixes files | 
|  | 21 | +For running the linter: | 
| 27 | 22 | 
 | 
| 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