An open API service indexing awesome lists of open source software.

https://github.com/nuhptr/pixel-perfect

✅🚀 UI Kit website using Vuejs and Tailwind
https://github.com/nuhptr/pixel-perfect

midtrans pinia tailwindcss vue3

Last synced: 25 days ago
JSON representation

✅🚀 UI Kit website using Vuejs and Tailwind

Awesome Lists containing this project

README

          

# pixel-perfect

Build Pixel Perfect UI Kit websites with Vue 3 and Tailwind CSS.

## Dependencies

- [x] [Vue 3](https://v3.vuejs.org/) - The Progressive JavaScript Framework.
- [x] [Axios](https://axios-http.com/) - Promise based HTTP client for the browser and node.js.
- [x] [Pinia](https://pinia.esm.dev/) - Intuitive, type safe, light and flexible Store for Vue.

## Project Setup

```sh
pnpm install
```

### Compile and Hot-Reload for Development

```sh
pnpm dev
```

### Compile and Minify for Production

```sh
pnpm build
```