https://github.com/tranquangvu/vuejs-realworld-sample
Sample vuejs + vuex application with realworld api
https://github.com/tranquangvu/vuejs-realworld-sample
Last synced: 23 days ago
JSON representation
Sample vuejs + vuex application with realworld api
- Host: GitHub
- URL: https://github.com/tranquangvu/vuejs-realworld-sample
- Owner: tranquangvu
- Created: 2020-04-08T07:39:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-12T10:23:13.000Z (over 3 years ago)
- Last Synced: 2025-01-05T14:19:54.654Z (over 1 year ago)
- Language: CSS
- Homepage:
- Size: 4.16 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fetching example
## Project setup
```
yarn install
```
### Compiles and hot-reloads for development
```
yarn serve
```
### Compiles and minifies for production
```
yarn build
```
### Run your unit tests
```
yarn test:unit
```
### Run your end-to-end tests
```
yarn test:e2e
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).