Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 460 Bytes

File metadata and controls

27 lines (22 loc) · 460 Bytes

hacker-news-clone

This project is generated via Vue CLI. A deployed version on Now can be used here: https://hacker-news-clone-vue-function-api-38l69r87b.now.sh/#/

Project setup

For installing the dependencies:

npm install
# OR
yarn install

For open the Vue.js develpement server:

npm run serve
# OR
yarn serve

Lints and fixes files

For running the linter:

npm run lint
# OR
yarn lint