https://github.com/thecodeholic/reddit-clone-vue
https://github.com/thecodeholic/reddit-clone-vue
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/thecodeholic/reddit-clone-vue
- Owner: thecodeholic
- Created: 2020-08-12T04:19:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T05:49:55.000Z (almost 5 years ago)
- Last Synced: 2025-04-10T00:53:39.023Z (3 months ago)
- Language: Vue
- Size: 161 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# client
## 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/).