590 comments found.
Hi, I just purchased the Midone ui and ran into some problems integrating with Laravel 8.10.0, for e.g. getting this when attempting to run “npm run dev” to recompile files
Module build failed (from ./node_modules/css-loader/dist/cjs.js): ModuleBuildError: Module build failed (from ./node_modules/postcss-loader/dist/cjs.js): ValidationError: Invalid options object. PostCSS Loader has been initialized using an options object that does not match the API schema. – options has an unknown property ‘plugins’. These properties are valid: object { postcssOptions?, execute?, sourceMap? } at validate (D:\midone-vue-laravel\node_modules\schema-utils\dist\validate.js:104:11) at Object.loader (D:\midone-vue-laravel\node_modules\postcss-loader\dist\index.js:43:29) at D:\midone-vue-laravel\node_modules\webpack\lib\NormalModule.js:316:20 at D:\midone-vue-laravel\node_modules\loader-runner\lib\LoaderRunner.js:367:11 at D:\midone-vue-laravel\node_modules\loader-runner\lib\LoaderRunner.js:233:18 @ ./resources/app/assets/sass/app.scss ...
How can I contact your tech support directly to send you more details of our issue. Thanks
Here is the step-by-step for error we got:
1- Browsing to this folder \Midone Vue v2.0.1\Laravel + Vue Version\midone-vue-laravel 2-composer install 3-php artisan serve, will start local server and we can browse the template smoothly. 4-npm install – to install node_modules needed for the Vue 5-Once i try to run “npm run dev” to re-compile the files after making any updates on the vue files we get to build_error1.txt:
ERROR in ./resources/app/assets/sass/app.scss Module build failed (from ./node_modules/css-loader/dist/cjs.js): ModuleBuildError: Module build failed (from ./node_modules/postcss-loader/dist/cjs.js): ValidationError: Invalid options object. PostCSS Loader has been initialized using an options object that does not match the API schema. – options has an unknown property ‘plugins’. These properties are valid: object { postcssOptions?, execute?, sourceMap? } at validate (D:\midone-vue-laravel\node_modules\schema-utils\dist\validate.js:104:11) at Object.loader (D:\midone-vue-laravel\node_modules\postcss-loader\dist\index.js:43:29) at D:\midone-vue-laravel\node_modules\webpack\lib\NormalModule.js:316:20 at D:\midone-vue-laravel\node_modules\loader-runner\lib\LoaderRunner.js:367:11 at D:\midone-vue-laravel\node_modules\loader-runner\lib\LoaderRunner.js:233:18 @ ./resources/app/assets/sass/app.scss
ERROR in ./node_modules/tippy.js/themes/light.css (./node_modules/css-loader/dist/cjs.js??ref—6-1./node_modules/tippy.js/themes/light.css)
Module build failed (from ./node_modules/postcss-loader/dist/cjs.js):
ValidationError: Invalid options object. PostCSS Loader has been initialized using an options object that does not match the API schema.
– options has an unknown property ‘plugins’. These properties are valid:
object { postcssOptions?, execute?, sourceMap? }
at validate (D:\midone-vue-laravel\node_modules\schema-utils\dist\validate.js:104:11)
at Object.loader (D:\midone-vue-laravel\node_modules\postcss-loader\dist\index.js:43:29)
@ ./node_modules/tippy.js/themes/light.css 2:26-132
@ ./resources/app/libs/tippy.js
@ ./resources/app/libs/index.js
@ ./resources/app/main.js
@ multi ./resources/app/main.js ./resources/app/assets/sass/app.scss…
6-Updated webpack.mix.js { loader: ‘postcss-loader’, options: { postcssOptions: CKEStyles.getPostCssConfig( { themeImporter: { themePath: require.resolve( ’@ckeditor/ckeditor5-theme-lark’ ) }, minify: true } ) } }
instead of
{ loader: “postcss-loader”, options: CKEStyles.getPostCssConfig({ themeImporter: { themePath: require.resolve( ”@ckeditor/ckeditor5-theme-lark” ) }, minify: true }) } 7- npm uninstall node-sass 8- npm install—save-dev sass 9-npm install—save-dev webpack@4 (was missing from devDependencies) 10- npm run dev will result of build_error2.txt
Same error I believe again:
ERROR Failed to compile with 39 errors3:59:36 a.m.
error in ./resources/app/assets/sass/app.scss
Module build failed (from ./node_modules/css-loader/dist/cjs.js): ModuleBuildError: Module build failed (from ./node_modules/postcss-loader/dist/cjs.js): ValidationError: Invalid options object. PostCSS Loader has been initialized using an options object that does not match the API schema. – options has an unknown property ‘plugins’. These properties are valid: object { postcssOptions?, execute?, sourceMap? } at validate (D:\midone-vue-laravel_fresh\node_modules\schema-utils\dist\validate.js:104:11) at Object.loader (D:\midone-vue-laravel_fresh\node_modules\postcss-loader\dist\index.js:43:29) at D:\midone-vue-laravel_fresh\node_modules\webpack\lib\NormalModule.js:316:20 at D:\midone-vue-laravel_fresh\node_modules\loader-runner\lib\LoaderRunner.js:367:11 at D:\midone-vue-laravel_fresh\node_modules\loader-runner\lib\LoaderRunner.js:233:18
error in ./resources/app/assets/sass/app.scss
Module build failed (from ./node_modules/postcss-loader/dist/cjs.js): ValidationError: Invalid options object. PostCSS Loader has been initialized using an options object that does not match the API schema. – options has an unknown property ‘plugins’. These properties are valid: object { postcssOptions?, execute?, sourceMap? } at validate (D:\midone-vue-laravel_fresh\node_modules\schema-utils\dist\validate.js:104:11) at Object.loader (D:\midone-vue-laravel_fresh\node_modules\postcss-loader\dist\index.js:43:29)
@ ./resources/app/assets/sass/app.scss 2:26-228
error in ./node_modules/@ckeditor/ckeditor5-ui/theme/components/panel/balloonrotator.css
Module parse failed: Unexpected token (1:0)
File was processed with these loaders:
* ./node_modules/postcss-loader/dist/cjs.js
You may need an additional loader to handle the result of these loaders.
> .ck .ck-balloon-rotator__navigation{display:flex;align-items:center;justify-content:center}.ck .ck-balloon-rotator__content .ck-toolbar{justify-content:center}.ck .ck-balloon-rotator__navigation{background:var(-ck-color-toolbar-background);border-bottom:1px solid var(-ck-color-toolbar-border);padding:0 var(-ck-spacing-small)}.ck .ck-balloon-rotator__navigation>*{margin-right:var(-ck-spacing-small);margin-top:var(-ck-spacing-small);margin-bottom:var(-ck-spacing-small)}.ck .ck-balloon-rotator__navigation .ck-balloon-rotator__counter{margin-right:var(-ck-spacing-standard);margin-left:var(-ck-spacing-small)}.ck .ck-balloon-rotator__content .ck.ck-annotation-wrapper{box-shadow:none}
.
.
.
sorry for the long copy paste ! 
Hi gearbox-work,
Thank you for taking the time to contact us, I’ll be more than happy to help you.. 
Can you post your package.json file?
Best regards, Left4code Team
Thank you for the quick turnaround!
package.json:
{ “name”: “midone-vue-laravel”, “version”: “1.0.0”, “private”: true, “dependencies”: { ”@ckeditor/ckeditor5-basic-styles”: “21.0.0”, ”@ckeditor/ckeditor5-dev-utils”: “23.1.1”, ”@ckeditor/ckeditor5-dev-webpack-plugin”: “23.1.1”, ”@ckeditor/ckeditor5-easy-image”: “21.0.0”, ”@ckeditor/ckeditor5-editor-balloon”: “21.0.0”, ”@ckeditor/ckeditor5-editor-classic”: “21.0.0”, ”@ckeditor/ckeditor5-editor-decoupled”: “21.0.0”, ”@ckeditor/ckeditor5-editor-inline”: “21.0.0”, ”@ckeditor/ckeditor5-essentials”: “21.0.0”, ”@ckeditor/ckeditor5-font”: “21.0.0”, ”@ckeditor/ckeditor5-heading”: “21.0.0”, ”@ckeditor/ckeditor5-highlight”: “21.0.0”, ”@ckeditor/ckeditor5-link”: “21.0.0”, ”@ckeditor/ckeditor5-paragraph”: “21.0.0”, ”@ckeditor/ckeditor5-theme-lark”: “21.0.0”, ”@ckeditor/ckeditor5-vue”: “1.0.1”, ”@google/markerclusterer”: “2.0.8”, ”@popperjs/core”: “2.4.4”, “cash-dom”: “8.0.0”, “chart.js”: “2.9.3”, “core-js”: “3.6.5”, “dayjs”: “1.8.29”, “feather-icons”: “4.28.0”, “google-maps-api-loader”: “1.1.1”, “highlight.js”: “10.1.1”, “js-beautify”: “1.11.0”, “laravel-mix-alias”: “1.0.2”, “litepicker”: “1.5.7”, “lodash”: “4.17.19”, “postcss-loader”: “4.1.0”, “raw-loader”: “4.0.1”, “sass-loader”: “9.0.2”, “style-loader”: “1.3.0”, “tabulator-tables”: “4.7.2”, “tail.select”: “0.5.15”, “toastify-js”: “1.9.0”, “velocity-animate”: “1.5.2”, “vue”: “2.6.11”, “vue-chartjs”: “3.5.0”, “vue-feather-icons”: “5.1.0”, “vue-router”: “3.2.0”, “vue-slick-carousel”: “1.0.6”, “vue-tippy”: “4.5.1”, “vue2-dropzone”: “3.6.0”, “vuelidate”: “0.7.5”, “vuex”: “3.4.0”, “xlsx”: “0.16.6”, “zoom-vanilla.js”: “2.0.6” }, “devDependencies”: { ”@vue/cli-plugin-babel”: “4.4.0”, ”@vue/cli-plugin-eslint”: “4.4.0”, ”@vue/cli-plugin-router”: “4.4.0”, ”@vue/cli-plugin-vuex”: “4.4.0”, ”@vue/cli-service”: “~4.4.0”, ”@vue/eslint-config-prettier”: “6.0.0”, “babel-eslint”: “10.1.0”, “browser-sync”: “2.26.12”, “browser-sync-webpack-plugin”: “2.0.1”, “cross-env”: “7.0”, “eslint”: “6.7.2”, “eslint-plugin-prettier”: “3.1.3”, “eslint-plugin-vue”: “6.2.2”, “laravel-mix”: “5.0.1”, “lodash”: “4.17.19”, “node-sass”: “4.12.0”, “prettier”: “1.19.1”, “resolve-url-loader”: “3.1.0”, “sass”: “1.30.0”, “tailwindcss”: “1.5.1”, “vue-template-compiler”: “2.6.11”, “webpack”: “4.44.2” }, “scripts”: { “dev”: “npm run development”, “development”: “cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js—progress—hide-modules—config=node_modules/laravel-mix/setup/webpack.config.js”, “watch”: “npm run development——watch”, “watch-poll”: “npm run watch——watch-poll”, “hot”: “cross-env NODE_ENV=development node_modules/webpack-dev-server/bin/webpack-dev-server.js—inline—hot—disable-host-check—config=node_modules/laravel-mix/setup/webpack.config.js”, “prod”: “npm run production”, “production”: “cross-env NODE_ENV=production node_modules/webpack/bin/webpack.js—no-progress—hide-modules—config=node_modules/laravel-mix/setup/webpack.config.js” }, “eslintConfig”: { “root”: true, “env”: { “node”: true }, “extends”: [ “plugin:vue/essential”, “eslint:recommended”, ”@vue/prettier” ], “parserOptions”: { “parser”: “babel-eslint” }, “rules”: {} }, “browserslist”: [ ”> 1%”, “last 2 versions”, “not dead” ] }
It seems like there’s an incompatibility issue with postcss-loader installed on your project. Try to downgrade the postcss-loader to version “3”, delete the “node_modules” directory, and reinstall the dependencies.
Best regards, Left4code Team
Your solution has fixed the issue, thank you!
Your’e welcome, have a great day.. 
Best regards, Left4code Team
Hello, I need to use the laravel + Vue version with version 2 of vue, could you help me download that version?
Hi arubiof,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
Sure, may I know your email? 
Best regards, Left4code Team
Hi! I’m in doubt to buy bc i’m still looking for the best hosting model that Suits me. I could host the prod build output as a static site right? So something like npm run build OR generate outputs only HTML/CSS/JS?
Kind regards
Hi djefre,
Thank your for contacting us, I’ll be more than happy to help you.. 
Yes, the build command will produce static HTML site so you don’t need a dedicated server to host the site. A simple one with web server installed is enough.
Hope this helps.
Best regards, Left4code Team
Thanks for your swift and clear reply, i will purchase!
You’re welcome, have a great day.. 
Best regards, Left4code Team
Hi,
When following the installation instructions (“yarn install”) i got these errors, pls advise.
“error @ckeditor/ckeditor5-basic-styles@21.0.0: The engine “node” is incompatible with this module. Expected version ”>=12.0.0”. Got “10.16.1”“
“error Found incompatible module.”
Should i go with yarn or could i also use npm?
Hi djefre,
Looking at your issue, there’s an incompatible node version installed with the node version required by the template. So you need to upgrade your npm version.
You can follow this link to upgrade your npm. https://docs.npmjs.com/try-the-latest-stable-version-of-npmBest regards, Left4code Team
Hi,
Thanks again for your swift reply. Now i get this error: “Syntax Error: Error: PostCSS plugin tailwindcss requires PostCSS 8.”
And i tried to upgrade my postcss package to 8 but no joy.
Could you please help me further?
Kind regards
Hi djefre,
Please check this link: https://tailwindcss.com/docs/installation#post-css-7-compatibility-buildHope this helps.
Best regards, Left4code Team
Thanks,
I verified that npm, node and yarn are all the latest versions;
Tried but when executing (from the docs at the link that you supplied):
“npm install tailwindcss@npm:tailwindcss/postcss7-compat @tailwindcss/postcss7-compat postcss7 autoprefixer@9”
I get these errors:
“npm ERR! code ERESOLVE
npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! Found: postcss@7.0.35
npm ERR! node_modules/postcss
npm ERR! postcss@”7” from the root project
npm ERR! postcss@”7” from @tailwindcss/postcss7-compat@2.0.2
npm ERR! node_modules/@tailwindcss/postcss7-compat
npm ERR! tailwindcss/postcss7-compat”*” from the root project
npm ERR! 53 more (@ckeditor/ckeditor5-dev-utils, ...)
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer postcss@”8.1.0” from postcss-focus@5.0.1
npm ERR! node_modules/postcss-focus
npm ERR! dev postcss-focus@”^5.0.1” from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with—force, or—legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!”
Hi djefre,
Can you try to use yarn?
And run these steps:
1. yarn remove tailwindcss postcss autoprefixer
2. yarn add tailwindcss@npm:@tailwindcss/postcss7-compat @tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9
Hope this helps.
Best regards, Left4code Team
Hello! I get the error while yarn serve: <s> [webpack.Progress] 98% after emitting CopyPlugin ERROR Failed to compile with 1 errors18:53:02 error in ./src/assets/sass/app.scss
Module build failed (from ./node_modules/sass-loader/dist/cjs.js): SassError: It’s not clear which file to import. Found: src\assets\sass\_app.scss src\assets\sass\app.scss ╷ 27 │ @import “app”; │ ^^^ ╵ src\assets\sass\app.scss 27:9 root stylesheet
How to resolve the issue?
Hi AYarmots,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
Looking at your issue, it seems like there’s a conflict between app.scss and _app.scss file.
Please follow this steps:
1. Rename ”/src/assets/sass/_app.scss” to ”/src/assets/sass/_core.scss”.
2. Open ”/src/assets/sass/app.scss” and change line 27 into this ”@import “_core”;”
Let me know the results.
Best regards, Left4code Team
Thanks, fixed.
Your’e welcome, have a great day.. 
Best regards, Left4code Team
in ./node_modules/@ckeditor/ckeditor5-basic-styles/theme/code.css
Syntax Error: Error: Loading PostCSS Plugin failed: Cannot find module ‘tailwindcss’ Require stack: - /Users/jatinthapar/Downloads/Midone Vue v2.0.1/Vue Version/midone-vue/noop.js
GETTING THIS ERROR.
Hi xyrintech,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
Looking at your issue seems like the project dependency is not completely installed. Can you send the result of your dependency installation? A screenshot will be nice.
Best regards, Left4code Team
npm install npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I’ll try to do my best with it!
> fsevents@1.2.13 install /Users/jatinthapar/Downloads/Midone Vue v2.0.1/Laravel + Vue Version/midone-vue-laravel/node_modules/fsevents > node install.js
No receipt for ‘com.apple.pkg.CLTools_Executables’ found at ’/’.
No receipt for ‘com.apple.pkg.DeveloperToolsCLILeo’ found at ’/’.
No receipt for ‘com.apple.pkg.DeveloperToolsCLI’ found at ’/’.
gyp: No Xcode or CLT version detected! gyp ERR! configure error gyp ERR! stack Error: `gyp` failed with exit code: 1 gyp ERR! stack at ChildProcess.onCpExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/configure.js:351:16) gyp ERR! stack at ChildProcess.emit (events.js:315:20) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12) gyp ERR! System Darwin 19.6.0 gyp ERR! command ”/usr/local/bin/node” ”/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js” “rebuild” gyp ERR! cwd /Users/jatinthapar/Downloads/Midone Vue v2.0.1/Laravel + Vue Version/midone-vue-laravel/node_modules/fsevents gyp ERR! node -v v12.18.3 gyp ERR! node-gyp -v v5.1.0 gyp ERR! not ok
> node-sass@4.14.1 install /Users/jatinthapar/Downloads/Midone Vue v2.0.1/Laravel + Vue Version/midone-vue-laravel/node_modules/node-sass > node scripts/install.js
Cached binary found at /Users/jatinthapar/.npm/node-sass/4.14.1/darwin-x64-72_binding.node
> vue-demi@0.4.5 postinstall /Users/jatinthapar/Downloads/Midone Vue v2.0.1/Laravel + Vue Version/midone-vue-laravel/node_modules/@vuelidate/core/node_modules/vue-demi > node ./scripts/postinstall.js
> vue-demi@0.4.5 postinstall /Users/jatinthapar/Downloads/Midone Vue v2.0.1/Laravel + Vue Version/midone-vue-laravel/node_modules/@vuelidate/validators/node_modules/vue-demi > node ./scripts/postinstall.js
> core-js@3.8.1 postinstall /Users/jatinthapar/Downloads/Midone Vue v2.0.1/Laravel + Vue Version/midone-vue-laravel/node_modules/core-js > node -e “try{require(’./postinstall’)}catch(e){}”
Thank you for using core-js ( https://github.com/zloirock/core-js ) for polyfilling JavaScript standard library!
The project needs your help! Please consider supporting of core-js on Open Collective or Patreon: > https://opencollective.com/core-js > https://www.patreon.com/zloirock
Also, the author of core-js ( https://github.com/zloirock ) is looking for a good job -)
> node-sass@4.14.1 postinstall /Users/jatinthapar/Downloads/Midone Vue v2.0.1/Laravel + Vue Version/midone-vue-laravel/node_modules/node-sass > node scripts/build.js
Binary found at /Users/jatinthapar/Downloads/Midone Vue v2.0.1/Laravel + Vue Version/midone-vue-laravel/node_modules/node-sass/vendor/darwin-x64-72/binding.node Testing binary Binary is fine npm WARN browser-sync-webpack-plugin@2.0.1 requires a peer of webpack@^1 || ^2 || ^3 but none is installed. You must install peer dependencies yourself. npm WARN The package lodash is included as both a dev and production dependency.
added 1594 packages from 1142 contributors and audited 1598 packages in 64.577s
80 packages are looking for funding run `npm fund` for details
found 0 vulnerabilities
Mainly this is the error: Error: Cannot find module ‘tailwindcss’
Hi xyrintech,
From what I see you’re using the Laravel + Vue version. I recently tried to install the Laravel + Vue version dependencies locally and successfully run the project without problems with Yarn.
Here’s the steps I can suggest to you:
1. Remove the “node_modules” directory. 2. Try to use Yarn instead of NPM. 3. Run “yarn install”.
The successful result will look like this. https://prnt.sc/w35krtIf the problem still occurs, please send a screenshot of the final installation process from your console.
Best regards, Left4code Team
Hi There, can i have a version without any typescript ?
Hi abdulazizdarsi,
Thank you for taking the time to contact us, I’ll be more than happy to help you.
Unfortunately we don’t have non-typescript version for vuejs 3. But I can send you the legacy version with Vue 2.
May I know your email?
Best regards, Left4code Team
thanks for the quick response , vue 2 is fine . here is my email immdabdulaziz@gmail.com
Hi abdulazizdarsi,
We just sent the Vue 2 version, kindly check your mail.. 
hello there, I’m trying to use this template for my laravel8 jetstream version .. i got error ‘cash’ not defined ( which i believe from cash-dom package ) .
1. how can i fix this error ?
2. is there any inertiajs version ?
Thanks in advance 
Hi Abdulazizdarsi,
We are really sorry for being late to reply to your question.
You need to register the “cash-dom” plugin globally by making config at “vue.config.js” for vue-cli or “webpack.mix.js” for Laravel.
Hope this helps.
Best Regards, Left4code Team
I have purchaded the theme. It says theme is on Vue 3 but it is Vue 2.
Hi xyrintech,
Thank you for contacting us.. 
It’s Vue 3 template, you can check the Vue version at package.json file.
The version 2.0.1 is the template version not Vue version. Hope this helps.
Best regards, Left4code Team
I bought Vue 3 Admin Dashboard template minutes ago, but in xd file just have only first page of template I need more design template for designers to make mockup please help
Hi contactVIZStudio,
Thank you for reaching out to us, I’ll be more than happy to help you.
We really apologize for that, currently we can only provide 1 page because there are many design changes from the previous version.
Updates for other pages will be uploaded regularly over time.
Best regards, Left4code Team
Hi! Does this template use vuetify components?
Hi AYarmots,
Thank you for contacting us.. 
Unfortunately, We don’t use vuetify components.
Best regards, Left4code Team
Hey! I’m using the version 1.0.0. I believe there are breaking changes in this latest release and 1.0.1 (as far as I check the top bar). Would you know for sure?
Hi education_link,
The latest version uses Vue 3, where there are total differences in directory structure, plugin components, tailwind version, use of typescript and more. I recommend not upgrading to Vue 3 unless you are starting a new project.
Best regards, Left4code Team
I’ve brought your theme, and xd files not include all page , can you offer these XD Design Files?
Hi astonx,
Thank you for reaching out to us, I’ll be more than happy to help you.
We really apologize for that, currently we can only provide 1 page because there are many design changes from the previous version.
Updates for other pages will be uploaded regularly over time.
Best regards, Left4code Team
Performance in lighthouse is barely 28, i can really notice the low performance… i suggest to pay attention on performance for the next release
Hi NaturalCloud,
We really apologize for making you wait a long time for our reply.
Thank you for your suggestion, we will pay more attention to the performance side in the next updates.
Just for info, we’ve now released a Vue 3 + Tailwind 2 version with the Composition API and Typescript support. There have been several changes including the replacement of plugins and other components.
You can now download the latest Vue Midone update and let us know if you have any problems during the installation or setup project, thank you.
Best regards, Left4code Team
When will vue3 be released?
Hi TPrimmz,
Thank you for contacting us, We really apologize for making you wait a long time for our reply.
We’ve now released a Vue 3 + Tailwind 2 version with the Composition API and Typescript support. There have been several changes including replacement of plugins and other components.
You can now download the latest Vue Midone update and let us know if you have any problems during the installation or setup project, thank you.
Best regards, Left4code Team
Hi, Left4Code Team..
Do you mind to share if your templates suitable in Laravel Jetstream with Inertia + Vue Stacks.
Thank you in advanced.
Best regards, mythzg91
Hi there,
Thank you for reaching out to us.. 
Sorry, we don’t currently have Inertia + Vue Version. The Vue project was created from Vue CLI, so you may need to make full customizations to make it work with Inertia.
Hope this helps.
Best regards, Left4code Team
Hi Nice work, we have a vuejs application which we have alaready done some customizations but really wish this to be our admin panel and was wondering if it will be compatible with, Shall we have the vue js components too? so we can plug and play?
Hi rachmann7,
Sorry for my late reply and thank you for reaching out to us, I’ll be more than happy to help you with this.
Integrating new templates into existing applications is not easy.
You need to adjust the dependency used on the template, webpack configuration, vuex store, and related assets.
But don’t worry, we are ready to help you if you encounter difficulties during the integration process.
Please contact us via the comments column or email us at the following email: muhammadrizki@left4code.com
We will reply as soon as possible, thank you.
Best regards, Left4code Team
I tried to use flexbox grid to align items, but seems confusing since it doesn’t work with the flexbox grid sintax, i would appreciate more explanation in the documentation about how to create layouts, grids, component properties, like the date picker, to know what can be done with them.
Hi NaturalCloud,
Thank you for reaching out to us, I’ll be more than happy to help you with this.
Sorry, I don’t really understand your question. Can you provide some code you’ve done and the result you want to achieve? It will helps a lot.
Since we use TailwindCSS as our base framework we don’t really have a standard code to create a layout. You can choose whether to use grid, flex, or even float. It’s because TailwindCSS doesn’t have any basic UI components to use.
We use Lite Picker for the Datepicker plugin, we can’t found any vue wrapper for this plugin so we need to make it by our self. You can find every custom components at ”/src/global-components”.
Here’s the documentation for Lite Picker plugins: https://wakirin.github.io/Litepicker/Hope this helps.
Best regards, Left4code Team
Hi, i need upgrade to tailwind to 2.0, can help me please
thanks
Hi garfrasa1977,
Thank you for reaching out to us, looking at the official upgrade guide there’s nothing special to do to upgrade the package to the latest version. You can follow the upgrade guide here:
https://tailwindcss.com/docs/upgrading-to-v2Hope this helps.
Best regards, Left4code Team
i can do it, can please help me, i try but not work,
I cant do it
Hi garfrasa1977,
Yes, sure. Can you post the error message?
i receive too many erros, and not sure if need to install postcss. you can plase tell me step by step process to upgrade, and if i need to change tailwind.config, i bought tailwind UI, and can use this because need V2.0 please help me with steps
Hi garfrasa1977,
Seems like you’re facing postcss uncompatibality issue, have you tried this steps?
https://tailwindcss.com/docs/installation#post-css-7-compatibility-build Running these commands may help:
yarn remove tailwindcss postcss autoprefixer
yarn add tailwindcss@npm:@tailwindcss/postcss7-compat postcss@^7 autoprefixer@^9
It will be very helpfull if you can post the error message.
ERROR Failed to compile with 1 errors 6:47:31 p. m. error in ./src/assets/sass/app.scss
Syntax Error: SyntaxError
(4714:25) The `shadow-outline` class does not exist. If you’re sure that `shadow-outline` exists, make sure that any `@import` statements are being properly processed before Tailwind CSS sees your CSS, as `@apply` can only be used for classes in the same CSS tree. > 4714 | @apply outline-none shadow-outline; } | ^ 4715 | .input[type=”radio”] { 4716 | width: 16px;
4712 | @apply py-3 px-4; }
4713 | .input:focus {
Hi garfrasa1977,
As seen here, the ‘shadow-outline’ utility is removed and renamed to ‘ring’ in TailwindCSS v2. So you need to replace all classes that use ‘shadow-outline’ class to ‘ring’. Please check this migration guide:
https://tailwindcss.com/docs/upgrading-to-v2#replace-shadow-outline-and-shadow-xs-with-ring-utilitiesHope this helps.
Best regards, Left4code Team
do you have plans to release version with tailwindcss 2.0?
Hi shuuichiakaj,
Thank you for contacting us.. 
Yes we do, the next update will be released with the latest version of TailwindCSS. We are still working on it.
Hope this helps.
Best regards, Left4code Team
Hello nice to meet you, I would like to know if you are going to create support for NuxtJS, greetings, thank you very much.
Hi jeanwin1,
Thank you for taking the time to contact us.
I am very sorry, We currently don’t have any schedule to make the nuxtjs version of the template, as long as we know the admin site don’t need to be crawled by search engine so it doesn’t need SSR to be implemented.
Hope this helps, thank you.
Best regards, Left4code Team
HI, i have this error : “Uncaught ReferenceError: cash is not defined” in libs/dropdown.js even if i installed cash-dom and remark it have autoloaded on webpack.mix.js
Hi arlandclaudel,
Thank you for taking the time to reach out to us, I’m more than happy to assist you to solve your issue.
Can you share your “webpack.mix.js” code?