Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1.15 KB

README_EN.md

File metadata and controls

48 lines (33 loc) · 1.15 KB

Static Badge Static Badge

NACL is a virtual MFA web application for browsers

中文文档 | English

Features

  • 🚀 Vercel, deploy fast!
  • ⚡ Browser access, no APP required!
  • 🌟 Vercel cloud data, cell phone computer data sync!

Quick try

Deploy your Nuxt project to Vercel with zero configuration.

Deploy with Vercel

Live Example: https://nuxtjs-template.vercel.app

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# yarn
yarn

# npm
npm install

# pnpm
pnpm install --shamefully-hoist

Development Server

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

npm run dev