https://github.com/vicainelli/eaik-store
https://github.com/vicainelli/eaik-store
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vicainelli/eaik-store
- Owner: vicainelli
- Created: 2021-09-19T08:03:14.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-22T00:11:38.000Z (over 4 years ago)
- Last Synced: 2024-12-28T04:47:12.688Z (about 1 year ago)
- Language: Vue
- Size: 262 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# WebApp Stater
Complete boilerplate for web development
- [VueJS](https://vuejs.org/)
- [Tailwdin CSS](https://tailwindcss.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
```