Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teschiopol/project-boilerplate
Boilerplate: Vue 3 + TypeScript + Vite + PrimeVue + Tailwind
https://github.com/teschiopol/project-boilerplate
nuxt tailwind ts vite vue
Last synced: 6 days ago
JSON representation
Boilerplate: Vue 3 + TypeScript + Vite + PrimeVue + Tailwind
- Host: GitHub
- URL: https://github.com/teschiopol/project-boilerplate
- Owner: teschiopol
- Created: 2024-04-22T11:39:01.000Z (7 months ago)
- Default Branch: master
- Last Pushed: 2024-07-10T17:24:10.000Z (4 months ago)
- Last Synced: 2024-07-10T21:05:24.360Z (4 months ago)
- Topics: nuxt, tailwind, ts, vite, vue
- Language: CSS
- Homepage:
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Vue 3 + TypeScript + Vite + PrimeVue 3 + PrimeFlex(Tailwind)
## Requirements
- node v20+
```bash
npm i
```## Usage
For development
```bash
npm run dev
```For production
```bash
npm run build
npm run preview
```## Resources
- [Vue 3](https://vuejs.org/)
- [Typescript](https://www.typescriptlang.org/)
- [Vite](https://vitejs.dev/)
- [PrimeVue](https://v3.primevue.org/)
- [Themes](https://v3.primevue.org/theming/)- [Icons](https://v3.primevue.org/icons/)
- [PrimeFlex](https://primeflex.org/)
- [Tailwind](https://tailwindcss.com/)
- [Prime Blocks](https://blocks.primevue.org/)
## Script to replicate
```bash
npm create vite@latest vue-boilerplate -- --template vue-ts
``````bash
npm install primevue
npm install primeicons
npm install primeflex
```