Tesla clone made with Nuxt3 and Tailwindcss
Tesla Replica
Vue composition api and Tailwindcss replica of Tesla Motors Made with Nuxt 3
Preview
https://tesla-replica.vercel.app/
Setup
# yarn
yarn install
# npm
npm install
Development Server
Start the development server on http://localhost:3000
# yarn
yarn run dev
#npm
npm run dev
Production
Build the application for production:
# yarn
yarn run build
# npm
npm run build