https://github.com/byloth/tuemplate
A @vuejs 3 template app based on @vitejs with TypeScript, Pinia, Vue Router and more.
https://github.com/byloth/tuemplate
Last synced: about 1 year ago
JSON representation
A @vuejs 3 template app based on @vitejs with TypeScript, Pinia, Vue Router and more.
- Host: GitHub
- URL: https://github.com/byloth/tuemplate
- Owner: Byloth
- License: apache-2.0
- Created: 2024-01-17T15:05:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T17:28:03.000Z (over 1 year ago)
- Last Synced: 2024-10-29T18:44:00.715Z (over 1 year ago)
- Language: Vue
- Homepage: https://byloth.github.io/tuemplate/
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Byloth's Tuemplate
A Vue.js 3 template app based on Vite with TypeScript, Pinia, Vue Router and more.
## Customize configuration
See [Vite Configuration Reference](https://vitejs.dev/config/).
## Project Setup
```sh
pnpm install
```
### Compile and Hot-Reload for Development
```sh
pnpm run dev
```
### Type-Check, Compile and Minify for Production
```sh
pnpm run build
```
### Lint with [ESLint](https://eslint.org/)
```sh
pnpm run lint
```
### Run Unit Tests & Watch for Changes
```sh
pnpm run test
```