Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```