boussadjra / vueye

Vue 3 template with many components based on Tailwind CSS 3 and Typescript

Home Page:https://vueye.vercel.app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vueye :

Is a Vue.js 3 template starter with many components styled using Tailwind CSS and built using Vitejs.

Features


Pre-packed

UI Frameworks

  • UnoCSS - The instant on-demand atomic CSS engine.

Icons

Plugins

Coding Style

Dev tools

Try it now!

This template is based on vitesse and it requires Node >=14

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit boussadjra/vueye my-app
cd my-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

Usage

Development

Just run and visit http://localhost:3333

pnpm dev

Build

To build the App, run

pnpm build

And you will see the generated file in dist that ready to be served.

Deploy on Netlify

Go to Netlify and select your clone, OK along the way, and your App will be live in a minute.

About

Vue 3 template with many components based on Tailwind CSS 3 and Typescript

https://vueye.vercel.app/

License:MIT License


Languages

Language:Vue 65.6%Language:TypeScript 29.5%Language:CSS 4.1%Language:JavaScript 0.5%Language:HTML 0.3%