Lux - Vue Admin Dashboard Template
- Vue js Admin with dark mode + RTL + Demo Apps
- Vuetify - Number #1 UI Vue Component Library
- Integrated with Vue CLI + Vuex + Vue-Router
Demo Dashboard packages/vue
- Full examples just like the preview for this template.
Starter Dashboard packages/starter
- Boilerplate version so you can quickly start a fresh new application.
Laravel Starter Dashboard packages/laravel-starter
- Laravel boilerplate version so you can quickly start a fresh new application.
See - LuxAdminPro-Documentation.pdf
- 🚀 Getting Started
- 👨💻 Development
- 🐚 Commands
Please install the NodeJS from https://nodejs.org, LTS version if possible.
(If you installed Yarn) Install all the dependencies for all the packages
yarn
Install only the dependencies for a specific package:
cd packages/vue
# or
# cd packages/starter
# install dependencies
npm install
On each package it's possible to start the respective development server with the command:
cd packages/{ package name }
# run the development server
yarn dev
# or for npm
npm run dev
Open http://localhost:8080 in the browser.
Your app may run on a different port than 8080 because it could be already in use by other application. To be sure, you can check correct open port in the console you ran the command
npm run dev
.
Installs the dependencies for all packages
Starts the development server for
package/vue
Starts the development server for
package/starter
Compiles and minifies for production on
package/vue
Compiles and minifies for production on
package/starter