-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
19 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,27 @@ | ||
# hacker-news-clone | ||
|
||
## Project setup | ||
``` | ||
yarn install | ||
``` | ||
|
||
### Compiles and hot-reloads for development | ||
``` | ||
yarn run serve | ||
``` | ||
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/#/ | ||
|
||
### Compiles and minifies for production | ||
``` | ||
yarn run build | ||
``` | ||
## Project setup | ||
|
||
### Run your tests | ||
``` | ||
yarn run test | ||
For installing the dependencies: | ||
```bash | ||
npm install | ||
# OR | ||
yarn install | ||
``` | ||
For open the Vue.js develpement server: | ||
```bash | ||
npm run serve | ||
# OR | ||
yarn serve | ||
|
||
### Lints and fixes files | ||
``` | ||
yarn run lint | ||
``` | ||
## Lints and fixes files | ||
For running the linter: | ||
|
||
### Customize configuration | ||
See [Configuration Reference](https://cli.vuejs.org/config/). | ||
```bash | ||
npm run lint | ||
# OR | ||
yarn lint | ||
``` |