Skip to content

OvoOno-Studio/vue-dapp

Repository files navigation

Start local env

  • git clone https://github.com/ml350/vue-dapp.git
  • cd && pnpm install
  • pnpm dev

Push Changes

  • git add .
  • pnpm lint-staged
  • git commit -m "commit message"
  • git push

Deploying ERC721 Smart Contract

  • npx hardhat compile
  • npx hardhat run scripts/deploy.js --network goerli

Features


Pre-packed

UI Frameworks

  • UnoCSS - The instant on-demand atomic CSS engine.

Icons

Plugins

Coding Style

Dev tools

Variations

As this template is strongly opinionated, the following provides a curated list for community-maintained variations with different preferences and feature sets. Check them out as well. PR to add yours is also welcome!

Official
Community

Try it now!

Vitesse requires Node >=14.18

GitHub Template

Create a repo from this template on GitHub.

Clone to local

If you prefer to do it manually with the cleaner git history

npx degit antfu/vitesse my-vitesse-app
cd my-vitesse-app
pnpm i # If you don't have pnpm installed, run: npm install -g pnpm

Usage

Development

Just run and visit http://localhost:3333

pnpm dev

Build

To build the App, run

pnpm build

And you will see the generated file in dist that ready to be served.