A modern NFT marketplace application built with Vue.js, VueX for state management, and styled with Tailwind CSS. This project demonstrates the implementation of a responsive NFT browsing interface with modern design principles.
- 🎨 Modern UI with Tailwind CSS
- 📱 Fully Responsive Design
- 🔄 State Management with VueX
- 🚀 Fast Development Setup
- 📦 Component-Based Architecture
- Vue.js
- VueX
- Tailwind CSS
- Node.js
- Node.js (v12 or higher)
- npm (v6 or higher)
npm install
Run the development server with hot-reload:
npm run serve
Create a production-ready build:
npm run build
Run the linter to maintain code quality:
npm run lint
├── src/
│ ├── assets/ # Static assets
│ ├── components/ # Vue components
│ ├── store/ # VueX store modules
│ ├── views/ # Page components
│ └── App.vue # Root component
├── public/ # Public static files
└── tailwind.config.js
MIT License
Contributions are welcome! Please feel free to submit a Pull Request.