Quick Start
Uno - Vue Admin Dashboard Template
Uno is a fully professional, minimal design admin dashboard template built with Vue. It includes a comprehensive set of pages, components, and ready-to-use applications, providing everything you need to kickstart your web application development.
Key Features
- Extensive Pages and Components: Uno comes with a wide array of pre-designed pages and components, allowing you to build your application quickly and efficiently.
- Ready-to-Use Applications: We've included various ready-to-use apps to streamline your development process.
- Optimized for Efficiency: Each component and page is meticulously designed and coded to help you create a web application in the shortest amount of time.
Requirements
Make sure that you have the last stable Node.js and npm version.
- Do not delete the package-lock.json / yarn.lock file
Install
Navigate to the project root folder using the terminal and install the dependencies
npm install
or
yarn install
Start
After the installation is complete, you can launch your app by running:
npm run dev
or
yarn dev
Build
npm run build
or
yarn build