NACL 是一个浏览器端的虚拟MFA Web应用
中文文档 | English
- 🚀 基于 Vercel 极速部署!
- ⚡ 浏览器访问,无需 App 应用!
- 🌟 Vercel 云端数据,桌面端和移动端数据同步!
将您的 Nuxt 项目部署到 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