Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.17 KB

README.md

File metadata and controls

50 lines (33 loc) · 1.17 KB

Static Badge Static Badge

NACL 是一个浏览器端的虚拟MFA Web应用

中文文档 | English

Features

  • 🚀 基于 Vercel 极速部署!
  • ⚡ 浏览器访问,无需 App 应用!
  • 🌟 Vercel 云端数据,桌面端和移动端数据同步!

快速开始

将您的 Nuxt 项目部署到 Vercel,不使用任何配置。

Deploy with Vercel

例子: https://nuxtjs-template.vercel.app

查看Nuxt3文档了解更多信息。

设置

Make sure to install the dependencies:

# yarn
yarn

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

开发服务器

http://localhost:3000上启动开发服务器

npm run dev