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

https://github.com/baumannzone/gtf

gtf
https://github.com/baumannzone/gtf

Last synced: 9 months ago
JSON representation

gtf

Awesome Lists containing this project

README

          

## The Team Manager

###### Vue CLI v3.0.0-beta.11
- Check the features needed for your project: `Babel`, `Router`, `Vuex`, `CSS Pre-processors`, `Linter`, `Unit`, `E2E`
- Pick a CSS pre-processor: `Stylus`
- Pick a linter / formatter config: `Airbnb`
- Pick additional lint features: `Lint on save`, `Lint and fix on commit`
- Pick a unit testing solution: `Jest`
- Pick a E2E testing solution: `Nightwatch`
- Where do you prefer placing config for Babel, PostCSS, ESLint, etc.? In dedicated config files

### Run
```
> yarn serve
> yarn build
> yarn test:unit
> yarn test:e2e
```