We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status Vue CLI is now in maintenance mode. For new Vue 3 projects, please use create-vue to scaffold Vite-based projects.
加えて、#14 (comment) の通り、vue/cli の依存によって Security Update の対応ができない。複雑な依存によって eslint や webpack の loader のアップデートも難しくしている。
vue/cli を剥がす。
The text was updated successfully, but these errors were encountered:
b4b04bc の
Unable to resolve dependency on eslint-plugin-vue, removed vue/eslint-config-standard and use eslint-config-standard directly
の通り、@vue/eslint-config-standard は削除し、eslint-config-standard を直接使うようにしてある。
@vue/eslint-config-standard
eslint-config-standard
Sorry, something went wrong.
vue-cli-plugin-electron-builder は、basic-editor 同様、electron のビルドを https://github.com/electron/electron-packager に移行するのが良さそう。snap パッケージの作成などは https://github.com/electron-userland あたりを使えばできると思う。
@vue/cli-plugin-jest が jest v2.7 に依存しているので jest を上げることができない。electron は electron-packager へ移行し、vite に移行して cli を剥がすのが良さそう。vite の electron plugin もいくつかあるようだけど、できるなら依存しないようにしたい。
@vue/cli-plugin-jest
hidakatsuya
No branches or pull requests
加えて、#14 (comment) の通り、vue/cli の依存によって Security Update の対応ができない。複雑な依存によって eslint や webpack の loader のアップデートも難しくしている。
vue/cli を剥がす。
The text was updated successfully, but these errors were encountered: