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
- Host: GitHub
- URL: https://github.com/nuhptr/pixel-perfect
- Owner: nuhptr
- Created: 2024-01-02T11:17:41.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-13T14:42:44.000Z (over 2 years ago)
- Last Synced: 2025-01-21T08:44:39.651Z (over 1 year ago)
- Topics: midtrans, pinia, tailwindcss, vue3
- Language: Vue
- Homepage: https://pixel-perfect-vue.vercel.app/
- Size: 1.69 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```