element-in-laravel-starter icon indicating copy to clipboard operation
element-in-laravel-starter copied to clipboard

Laravel Project with Vue2 and Element

Results 22 element-in-laravel-starter issues
Sort by recently updated
recently updated
newest added

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies
javascript

Bumps [symfony/http-foundation](https://github.com/symfony/http-foundation) from 4.1.6 to 4.4.15. Release notes Sourced from symfony/http-foundation's releases. v4.4.15 Changelog (https://github.com/symfony/http-foundation/compare/v4.4.14...v4.4.15) no changes v4.4.14 Changelog (https://github.com/symfony/http-foundation/compare/v4.4.13...v4.4.14) no changes v4.4.13 Changelog (https://github.com/symfony/http-foundation/compare/v4.4.12...v4.4.13) no changes v4.4.12 Changelog (https://github.com/symfony/http-foundation/compare/v4.4.11...v4.4.12)...

dependencies
php

Bumps [node-sass](https://github.com/sass/node-sass) from 4.9.3 to 4.14.1. Release notes Sourced from node-sass's releases. v4.14.1 Community Add GitHub Actions for Alpine CI (@nschonni, #2823) Fixes Bump [email protected] (@xzyfer, #2912) Supported Environments OS...

dependencies
javascript

Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=lodash.mergewith&package-manager=npm_and_yarn&previous-version=4.6.1&new-version=4.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/configuring-github-dependabot-security-updates) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
javascript

按照usage操作,在执行yarn watch后,会爆一个ERR ``` ERROR Failed to compile with 1 errors This dependency was not found: * /Users/myusername/workplace/xxxx/element-in-laravel-starter/resources/sass/app.scss in multi ./resources/js/app.js ./resources/sass/app.scss To install it, you can run: npm install --save...

I get an error when i run npm install "Error: pngquant failed to build, make sure that libpng-dev is installed at Promise.all.then.arr..." on my fedora installation.

开发环境下编译后的app.js有2.3Mb, 就算把element用cdn引入, 把bootstrap.js中引用的jq, lodash都注掉,编译之后app.js也有1Mb多, 打包之后app.js是500多k, 也不小,有什么好的解决办法吗

you need to replace the following line ```import 'element-ui/lib/theme-default/index.css';``` with this line ```import 'element-ui/lib/theme-chalk/index.css';```

in the package.json, do you really need bootstrap, jquery, lodash etc. libs ? can you clean out all the extra dependencies and have just Element-UI + Vue + Laravel.