Closed d-knafo closed 7 years ago
Hi @d-knafo
Thanks. Mmmm, It seems that it is not finding all the js files resources\assets\admin\js
.
I know its stupid, but mind checking if you have all the files please. Link
The admin/js/titan/buttons.js, admin/js/titan/notify.js, etc
Maybe somewhere the path is different in the webpack.js
so it does not compile them into your public/js/admin.js
Please shout if I that helped otherwise I am sure we can try something else :)
hi I think you forget - this plugin physically, Can you put them? thanks.
webpack.mix.js
` // plugins
pathJS + 'vendor/pace.js',
pathJS + 'vendor/chart.js',
pathJS + 'vendor/select2.js',
pathJS + 'vendor/dropzone.js',
pathJS + 'vendor/lightbox.js',
pathJS + 'plugins/fastclick.js',
pathJS + 'vendor/summernote.js',
pathJS + 'vendor/jquery.nestable.js',
pathJS + 'vendor/jquery.cookie.js',
// date picker
pathJS + 'vendor/moment.js',
pathJS + 'vendor/daterangepicker.js',
pathJS + 'vendor/bootstrap-datetimepicker.js',
// datatables | 1.10.11
// https://datatables.net/extensions/responsive/classes
pathJS + 'vendor/jquery.datatables.js',
pathJS + 'vendor/datatables.bootstrap.js',
pathJS + 'vendor/datatables.responsive.js',
`
Hi @d-knafo
Mind if I ask how you installed it - you can download the 'zip' file - it should include all these files.
Maybe I am missing something?
:) thanks and thanks for this project !!!!
No worries.
Glad you like it, Work kept me a bit busy. Will try to add more features (Blog, Image Upload + Crop and some components) - just need to find some time to add them :)
New stuff is definitely coming... Please shout if you have any questions!
thanks !!!
hi thanks for your repo !! is great !!
after having done
npm run dev
I see these mistakes