Discussion on Midone - Tailwind CSS Vuejs 3 Admin Dashboard Template + HTML Version

Discussion on Midone - Tailwind CSS Vuejs 3 Admin Dashboard Template + HTML Version

Cart 2,366 sales
Well Documented

Left4code supports this item

Supported

This author's response time can be up to 2 business days.

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

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,

Please check this link: https://tailwindcss.com/docs/installation#post-css-7-compatibility-build

Hope 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.

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/w35krt

If 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,

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,

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-utilities

Hope 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?

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey