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.
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.