/fuxi-64

伏羲六十四卦

Primary LanguageVueMIT LicenseMIT

fuxi-64

伏羲六十四卦

项目结构

项目使用 Vue3 + TypeScript + nuxt3 + tailwindcss, 我现在需要一个登录页与注册页, 登录页可以使用账号+密码登录, 也可以使用第三方登录, 如:微信,QQ,哔哩哔哩 进行登录, 登录页还需要支持忘记密码. 注册页需要支持密码校验,验证第一次输入的密码与第二次输入的密码是否一致,如果不一致则给出提示

相关技术

  • 前端:Vue3 + TypeScript + nuxt3 + tailwindcss

Nuxt Minimal Starter

Look at the Nuxt documentation to learn more.

Setup

Make sure to install dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

# bun
bun install

Development Server

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

# npm
npm run dev

# pnpm
pnpm dev

# yarn
yarn dev

# bun
bun run dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm build

# yarn
yarn build

# bun
bun run build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm preview

# yarn
yarn preview

# bun
bun run preview

Check out the deployment documentation for more information.