npm install
npm run serve
npm run build
npm run lint
You can deploy this application to Vercel in two ways:
- Push your code to a Git repository (GitHub, GitLab, or Bitbucket)
- Import your project on Vercel
- Vercel will detect it's a Vue.js project and use the correct build settings automatically
- Install Vercel CLI:
npm install -g vercel
- Run the following command in the project directory:
vercel
- Follow the prompts to deploy your application