Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/viandwi24/lexa-admin-laravel-vue
Convert Lexa - Responsive Bootstrap 4 Admin Dashboard to Vue JS in Laravel
https://github.com/viandwi24/lexa-admin-laravel-vue
Last synced: about 1 month ago
JSON representation
Convert Lexa - Responsive Bootstrap 4 Admin Dashboard to Vue JS in Laravel
- Host: GitHub
- URL: https://github.com/viandwi24/lexa-admin-laravel-vue
- Owner: viandwi24
- Created: 2020-05-13T09:51:35.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T05:46:47.000Z (almost 2 years ago)
- Last Synced: 2023-03-02T18:51:05.739Z (over 1 year ago)
- Language: PHP
- Size: 7.61 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lexa Admin & Dashboard Template in Vuejs + Laravel
### Lexa
this is the script I added to the fresh laravel project and vuejs presets in laravel-ui* app/resources/js/bootstrap.js
```
require('metismenu');
require('jquery-slimscroll');
require('node-waves');
require('jquery-sparkline');
require('./lexa/app');
```
* app/resources/sass/app.scss
```
@import '../../node_modules/metismenu/dist/metisMenu.css';
@import 'icons.scss';
@import 'lexa/style.scss';
```* app/resources/js/views/Home.vue
```
window.$.MainApp.init()
```