NACL is a virtual MFA web application for browsers
中文文档 | English
- 🚀 Vercel, deploy fast!
- ⚡ Browser access, no APP required!
- 🌟 Vercel cloud data, cell phone computer data sync!
Deploy your Nuxt project to Vercel with zero configuration.
Live Example: https://nuxtjs-template.vercel.app
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Start the development server on http://localhost:3000
npm run dev