Skip to content

arjadev/vue-tailwind-nft-lion

Repository files navigation

NFT Crypto VueX & TailwindCSS App 2

Overview

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.

Features

  • 🎨 Modern UI with Tailwind CSS
  • 📱 Fully Responsive Design
  • 🔄 State Management with VueX
  • 🚀 Fast Development Setup
  • 📦 Component-Based Architecture

Tech Stack

  • Vue.js
  • VueX
  • Tailwind CSS
  • Node.js

Project Setup

Prerequisites

  • Node.js (v12 or higher)
  • npm (v6 or higher)

Installation

npm install

Development

Run the development server with hot-reload:

npm run serve

Production Build

Create a production-ready build:

npm run build

Linting

Run the linter to maintain code quality:

npm run lint

Project Structure

├── 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

Documentation

License

MIT License

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

Releases

No releases published

Packages

No packages published