Skip to content

rabbitfund/rabbitfund_frontend

Repository files navigation

倍而兔募資平台

建議執行環境

node.js 16.10 以上 ( 筆者是使用 16.18.1 做開發 )

所用技術

  • Nuxt3
  • Pinia
  • TailwindCSS
  • VeeValidate
  • SweetAlert2
  • Vitest

Setup

Make sure to install the dependencies:

# yarn
yarn install

# npm
npm install

# pnpm
pnpm install

Development Server

Start the development server on http://localhost:3000

npm run dev

Production

Build the application for production:

npm run build

Locally preview production build:

npm run preview

Check out the deployment documentation for more information.