Skip to content
New issue

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

vue/cli を剥がす #19

Open
hidakatsuya opened this issue Feb 23, 2022 · 3 comments
Open

vue/cli を剥がす #19

hidakatsuya opened this issue Feb 23, 2022 · 3 comments
Assignees

Comments

@hidakatsuya
Copy link
Member

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 を剥がす。

@hidakatsuya
Copy link
Member Author

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 を直接使うようにしてある。

@hidakatsuya
Copy link
Member Author

vue-cli-plugin-electron-builder は、basic-editor 同様、electron のビルドを https://github.com/electron/electron-packager に移行するのが良さそう。snap パッケージの作成などは https://github.com/electron-userland あたりを使えばできると思う。

@hidakatsuya
Copy link
Member Author

@vue/cli-plugin-jest が jest v2.7 に依存しているので jest を上げることができない。electron は electron-packager へ移行し、vite に移行して cli を剥がすのが良さそう。vite の electron plugin もいくつかあるようだけど、できるなら依存しないようにしたい。

@hidakatsuya hidakatsuya self-assigned this Sep 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant