Skip to content

evgagp/simple-vue-app

Repository files navigation

💡 Usage

This section covers how to start the development server and build your project for production.

Starting the Development Server

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.)

Building for Production

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.

📑 License

MIT

Copyright (c) 2016-present Vuetify, LLC

About

Example Vue.js simple application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published