Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vicainelli/web-starter
Complete boilerplate for web development with VueJS, Tailwind CSS, CypressJS, MirageJS, and Testing Library
https://github.com/vicainelli/web-starter
cypress jest miragejs tailwindcss testing-library vue vue2
Last synced: 13 days ago
JSON representation
Complete boilerplate for web development with VueJS, Tailwind CSS, CypressJS, MirageJS, and Testing Library
- Host: GitHub
- URL: https://github.com/vicainelli/web-starter
- Owner: vicainelli
- Created: 2021-03-29T07:18:17.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T19:07:56.000Z (about 3 years ago)
- Last Synced: 2023-04-01T08:12:11.612Z (over 1 year ago)
- Topics: cypress, jest, miragejs, tailwindcss, testing-library, vue, vue2
- Language: JavaScript
- Homepage:
- Size: 229 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# WebApp Stater
Complete boilerplate for web development
- [VueJS](https://vuejs.org/)
- [Tailwdin CSS](https://tailwindcss.com/)
- [CypressJS](https://www.cypress.io/)
- [Testing Library](https://testing-library.com/)
- [MirageJS](https://miragejs.com/)## 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
```