An open API service indexing awesome lists of open source software.

https://github.com/didaquis/ghibli-vue

Just a repo for learning purpose
https://github.com/didaquis/ghibli-vue

cypress husky jest vue

Last synced: about 2 months ago
JSON representation

Just a repo for learning purpose

Awesome Lists containing this project

README

        

# ghibli-vue

Pet project using: Babel, Router, Buefy, Jest, Cypress and so on!

https://ghibliapi.herokuapp.com/#

https://blog.logrocket.com/how-to-write-a-vue-js-app-completely-in-typescript/

This repos is created with these settings:
```sh
vue create your-project

// tech selected: babel, router, linter/formatter, unit testing, e2e testing.
// class style component => NO
// eslint with error prevention only
// jest
// cypress

// then add your favorite rules to linter
```

This repo is deployed here ➡️ https://studio-ghibli-overview.netlify.app

## Project setup
```
npm install
```

### Compiles and hot-reloads for development
```
npm run serve
```

### Compiles and minifies for production
```
npm run build
```

### Run your unit tests
```
npm run test:unit
```

### Run your end-to-end tests
```
npm run test:e2e
```

### Lints and fixes files
```
npm run lint
```

### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).