https://github.com/baumannzone/gtf
gtf
https://github.com/baumannzone/gtf
Last synced: 9 months ago
JSON representation
gtf
- Host: GitHub
- URL: https://github.com/baumannzone/gtf
- Owner: baumannzone
- Created: 2018-05-26T14:53:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-18T16:16:52.000Z (over 7 years ago)
- Last Synced: 2025-05-14T22:42:36.991Z (about 1 year ago)
- Language: JavaScript
- Size: 99.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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
```