This section covers how to start the development server and build your project for production.
To start the development server with hot-reload, run the following command. The server will be accessible at http://localhost:3000:
pnpm dev
(Repeat for npm, yarn, and bun with respective commands.)
To build your project for production, use:
pnpm build
(Repeat for npm, yarn, and bun with respective commands.)
Once the build process is completed, your application will be ready for deployment in a production environment.
Copyright (c) 2016-present Vuetify, LLC