SB(Start Boostrap) Admin Dashboard 2. A free Bootstrap 5 Admin Dashboard theme built with Vue 3. a modern development workflow environment ready to use to build your next dashboard or web application
You need Node.js for npm
package manager or yarn
package manager install on your machine for this project.
NPM (Node Package Manager) is installed when you install Node.js
The following command allow you to install all the dependencies needed in order to run the project on your machine exactly the way it is intended to.
for yarn
package manager
yarn install
for npm
package manager
npm install
The following command allow you to compile the project and run the server to host your application with the hot-reloads.
Hot-Reload is a feature that allows you to see the changes in your application without needing to restart or refresh.
for yarn
package manager
yarn serve
for npm
package manager
npm run serve
The following command allow you to compile a production build which is optimized for deployment.
for yarn
package manager
yarn build
for npm
package manager
npm run build