https://github.com/jod35/twotter
VueJS Twitter clone. Learning Project
https://github.com/jod35/twotter
Last synced: 11 months ago
JSON representation
VueJS Twitter clone. Learning Project
- Host: GitHub
- URL: https://github.com/jod35/twotter
- Owner: jod35
- Created: 2020-12-08T06:57:56.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-12-08T12:31:14.000Z (about 5 years ago)
- Last Synced: 2025-01-05T16:12:16.584Z (about 1 year ago)
- Language: Vue
- Size: 251 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# twotter
This is a project built for practice and learning VueJS.
## 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/).