Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tvytlx/vue3-hackernews
https://github.com/tvytlx/vue3-hackernews
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tvytlx/vue3-hackernews
- Owner: tvytlx
- Created: 2020-08-13T13:04:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-06T06:25:05.000Z (over 4 years ago)
- Last Synced: 2024-11-05T10:59:38.331Z (3 months ago)
- Language: Vue
- Homepage: https://vue3-hackernews.vercel.app
- Size: 111 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue3-hackernews
Visit https://vue3-hackernews.vercel.app/
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Lints and fixes files
```
npm run lint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).