-
## Eletron-vue
> Eletron-vue是vue-cli和Eletron的结合,感觉其实就是带着一个桌面应用壳子的谷歌浏览器、只需要关心renderer文件夹里面的内容、也就是说跟写vue一样的感觉
## 安装&运行
```js
npm install -g vue-cli // 有vue脚手架可以不安
vue init simulatedgreg/electro…
-
**I am using Laravel 8 with Vue2
My Vue Js Code structure is as below**
import Vue from 'vue';
import VueRouter from "vue-router";
// Vue.component('loader', require('@imageloader/Loader.vu…
-
Hi all! I have been struggling in the last days to install Vuetify on this boilerplate. Have tried all methods mentioned on their website, nothing has worked, always ending up with the error that "the…
-
Add axios tool to `frontend/`.
```ai
go:
```
-
# How to setup global loading in Vue with Axios interceptors
Working on the client side there will always be involved in interacting with API as a bridge to insert and modify data to the database so …
-
I'm getting:
```
vue.runtime.esm.js?a427:563 [Vue warn]: Failed to mount component: template or render function not defined.
(found in )
```
here's my package.json dependencies:
```json
"d…
-
```js
cdn({
modules: [{ name: "vue", relativeModule: "vue.global.prod.min.js" }, "vue-router", "vue-demi", "pinia", "axios" ],
resolve: defineResolve({
name: "resolve:custom",
setup({ extra…
-
**技术栈**
vue3.2 + vue-router + pinia + axios + typescript + vite
**C端实现**
计划实现H5移动端和 PC端
目前无H5移动端
PC端为半成品,对接少数后端接口
**管理站实现**
已实现部分管理,如帖子管理,评论管理,用户管理
仍需支持
![image](https://github.com/user-a…
-
I'm registering the vue-authenticate-2 plugin like this:
```ts
const authenticationOption: AuthenticateOptions = {
baseUrl: 'http://localhost:8055',
axios: axios.create({}),
providers: {}…
-
Hello There, i can't call the in my code . although the its already installed. no console error or anything but the tables didn't seems to appear. can you help?
"dependencies": {
"auth": …