https://github.com/dmoosocool/vue-cli4-tsx-styled-tailwind-starter
https://github.com/dmoosocool/vue-cli4-tsx-styled-tailwind-starter
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/dmoosocool/vue-cli4-tsx-styled-tailwind-starter
- Owner: dmoosocool
- Created: 2020-05-26T17:53:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-27T04:42:05.000Z (over 3 years ago)
- Last Synced: 2026-01-11T11:47:36.688Z (6 months ago)
- Language: JavaScript
- Homepage: https://vue-cli4-tsx-styled-tailwind-starter.now.sh
- Size: 7.3 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# vue-cli4-tsx-styled-tailwind-starter
## 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
```
### Lints and fixes files
```
yarn lint
```
### Customize configuration
See [Configuration Reference](https://cli.vuejs.org/config/).