Why Getting Reject My Laravel Vue Inventory Management

i got soft rejection 10 days ago then i solved all topic of soft rejection and resubmit project again after reviewing the team of Envato reply me -
“Thank you for your submission. We have completed our review of “EasyInventory - Live and Easy Inventory Management System” and unfortunately we found it isn’t at the quality standard required to move forward, and you won’t be able to re-submit this item again”

My Project Demo : https://www.easyinventory.picodeit.com/
User ID: admin@email.com
Password: 11111111

What can i do ?
Can i Re-submit this product again and how improved quality standard.
This is my 1st project in Codecanyon
Please Help Me.

Hello!

What was reason for soft rejection?

1 Like
  1. Your file description was either not relevant, not appropriate, or contained a list of keywords/tags, which is not allowed. Descriptions should briefly and coherently describe what is in your submission.

  2. Your project has some vulnerabilities, run $npm audit and fix those issues. https://snipboard.io/pVovhy.jpg

  3. No inline CSS. All CSS must be separated in an external file. https://snipboard.io/z0gLM1.jpg

  4. Remove all unused/commented code. https://snipboard.io/e4TgWa.jpg

  5. Don’t use @import, it prevents parallel downloads.
    https://snipboard.io/ziFqrl.jpg

  6. All JavaScript should be written with “use strict” mode on; For example, you can do this with jQuery:
    (function($){
    “use strict”;
    //Code here
    })(jQuery);

  7. Use on(); rather than .click(), .bind(), .hover(), .submit(), etc.

Some points that I discovered:

  1. Development Vue mode not disabled https://prnt.sc/r03lrr
  2. I have access to the authorization page, even if I’m logged in.
  3. There are some design issues.

These are small comments.
Are you sure you have completed all of reviewer’s comments?

Yes i am sure. But they did’t give me any design issue for fix. i don’t understand 2 number point. 1 number point is noted.

The design looks outdated (in my opinion).
But it’s strange that you got hard reject after comment execution soft reject.
Now you must remember that you cannot resubmit this item. If you want to continue, you must make big and basic changes.