https://github.com/thecodeorigin/vite-boilerplate
A Vite ⚡ boilerplate with good folder structure, tailwindcss configuration and many more 🚀🚀🚀
https://github.com/thecodeorigin/vite-boilerplate
Last synced: 10 months ago
JSON representation
A Vite ⚡ boilerplate with good folder structure, tailwindcss configuration and many more 🚀🚀🚀
- Host: GitHub
- URL: https://github.com/thecodeorigin/vite-boilerplate
- Owner: thecodeorigin
- Created: 2020-12-30T16:26:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-30T14:50:58.000Z (over 4 years ago)
- Last Synced: 2023-03-09T23:32:22.223Z (almost 3 years ago)
- Language: JavaScript
- Homepage:
- Size: 203 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# Vite + Vue + TailwindCSS boilerplate
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
```
For detailed explanation on how things work, check out [Vite.js docs](https://vitejs.dev/) and [Vue.js 3 docs](https://v3.vuejs.org/).
## Cool stuff
- [Vue cheatsheet](https://devhints.io/vue)
- [JsDoc cheatsheet](https://devhints.io/jsdoc)
- [JSDoc Reference](https://www.typescriptlang.org/docs/handbook/jsdoc-supported-types.html)