Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ushliypakostnik/vue-swapi-example
Test example for SWAPI.
https://github.com/ushliypakostnik/vue-swapi-example
pwa scss stylelint swapi vue vue-cli vue-router vuex
Last synced: about 7 hours ago
JSON representation
Test example for SWAPI.
- Host: GitHub
- URL: https://github.com/ushliypakostnik/vue-swapi-example
- Owner: ushliypakostnik
- Created: 2019-08-31T13:01:44.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-02-10T19:13:52.000Z (almost 3 years ago)
- Last Synced: 2023-02-27T23:12:04.465Z (over 1 year ago)
- Topics: pwa, scss, stylelint, swapi, vue, vue-cli, vue-router, vuex
- Language: CSS
- Homepage: https://swapi-example.firebaseapp.com
- Size: 663 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vue-test
## Project setup
```
npm install
```### Compiles and hot-reloads for development
```
npm run serve
```### Compiles and minifies for production
```
npm run build
```### Run your tests
```
npm run test
```### Lints and fixes files
```
npm run lint
```### Run your unit tests
```
npm run test:unit
```### Lints styles
```
npm run stylelint
```### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).