-
Hello!
I created a nuxt project with @latest. Then added the nuxt-electron module as I used to do.
Didn't work. So because I'm on Linux now not Windows, I went to Electron docs and installed depen…
-
### Describe the bug
使用electron-vite创建了项目,在工程中添加vue-router路由,无论是electron子窗口或者浏览器中打开我定义的路由的地址,都是App.vue中的内容
package.json
`{
"name": "electron-vite-quickstart",
"version": "1.0.0",
"desc…
-
### What happened?
When running `quasar prepare`, an app extension that is linked via file:// in package.json throws exception that there is a missing index script.
### What did you expect to h…
-
i follow create an Electron app with Vue and Electron Forge
it can be run successfuly for npm run start and npm run make
then I also do
yarn add sqlite3
and add "const sqlite3 = require('sqlite3'…
-
### What happened?
Following [the guide](https://quasar.dev/start/upgrade-guide/) to update the packages with `quasar upgrade` we get the following error:
![image](https://github.com/user-attachme…
-
## Bug Report
Im using the Preferences Plugin to store the current used locale on the device.
```
// language.ts
await Preferences.set({
key: 'locale',
value: updatedLocale.value,
…
-
### How to use GitHub
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are affected by the same issue.
* Please…
-
いまんとこいらないと思う→electron-vue
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Package ecosystem
npm
### Package manager version
_No response_
### Language version
Node 18…
-
> 配置 scss 全局变量
- 安装依赖`sass-resources-loader`
```
$ cnpm install sass-resources-loader -D
```
- webpack.renderer.config.js下找到moudle配置项
```javascript
{
test: /\.scss$/,
// use: ['vue-s…