https://github.com/johannschopplich/petite-vue-starter
🦋 Petite Vue + Vite + UnoCSS + TypeScript Starter
https://github.com/johannschopplich/petite-vue-starter
petite-vue starter-template vue
Last synced: 8 months ago
JSON representation
🦋 Petite Vue + Vite + UnoCSS + TypeScript Starter
- Host: GitHub
- URL: https://github.com/johannschopplich/petite-vue-starter
- Owner: johannschopplich
- License: mit
- Archived: true
- Created: 2021-07-06T11:01:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-07-24T10:07:05.000Z (about 3 years ago)
- Last Synced: 2025-01-28T22:57:50.850Z (8 months ago)
- Topics: petite-vue, starter-template, vue
- Language: HTML
- Homepage: https://petite-vue-starter.netlify.app
- Size: 640 KB
- Stars: 47
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Petite Vue Starter
[](https://app.netlify.com/start/deploy?repository=https://github.com/johannschopplich/petite-vue-starter)
## Key Features
- 🖖 Petite Vue
- 🍃 UnoCSS
- ⚡️ Vite
- 🦋 Typescript
- 🦺 ESLint & Prettier## Introduction
Petite Vue ist a 5kb subset of Vue optimized for progressive enhancement. If you're looking for a thorough introduction and feature list, [head over to its repository](https://github.com/vuejs/petite-vue).
Project starters are often bulky and slow. This one tries to be as mimimalist as possible while being scalable and versatile.
## Usage
Use this project as a template by forking directly via GitHub or manually. Clone the new repo into a local repository and run `npm install` to install dependencies.
- `npm run dev` - Start development server and build assets for development.
- `npm run build` - Build assets for production.
- `npm run serve` - Serve assets for production.
- `npm run lint` - Lint the codebase and produce warnings.
- `npm run lint:fix` - Lint the codebase and fix warnings.
- `npm run format` - Run Prettier on the Typescript source files.## License
[MIT](./LICENSE) License © 2022 [Johann Schopplich](https://github.com/johannschopplich)