celeg / petite-vue-starter

πŸ¦‹ Petite Vue + Vite + Tailwind + Typescript Starter

Home Page:https://petite-vue-starter.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Petite Vue Starter

Deploy to Netlify

Key Features

  • πŸ–– Petite Vue
  • πŸƒ Tailwind
  • ⚑️ 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.

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 cleanup - Run Prettier on the Typescript source files.

License

MIT

About

πŸ¦‹ Petite Vue + Vite + Tailwind + Typescript Starter

https://petite-vue-starter.netlify.app

License:MIT License


Languages

Language:HTML 64.2%Language:TypeScript 13.5%Language:JavaScript 11.5%Language:CSS 9.3%Language:Shell 1.5%