-
**Is your feature request related to a problem? Please describe.**
A web application that:
a. Uses a popular framework, e.g., Vue, React, Angular, etc.
b. Has some form of data entry
**Describe …
-
Thanks in advance for this great package!
I have to admit that you are the best package for jsdocs which handles Typescript. Also you handle Vue components pretty well. But currently there is no way…
-
### Environment
- Operating System: `Darwin`
- Node Version: `v19.2.0`
- Nuxt Version: `3.0.0`
- Nitro Version: `1.0.0`
- Package Manager: `npm@8.19.3`
- Builder: `vite`
- …
-
Improve performance
https://github.com/Bambosh/unofficial-homestuck-collection/blob/d28b770ae107f7e5bc64b8524c7d6524a6a44efa/src/components/AppMenu/TabBar.vue#L197
```html
initDrag(e) {
/…
-
### Describe the bug
Here's the code that I'm trying to convert to SSG:
```
import { Loader } from "@googlemaps/js-api-loader";
```
When I'm importing from a CommonJS module, e.g. @googlemaps/js-…
-
### Version
```
Vue CLI: 4.5.14
```
### Environment info
```
Node version: v14.17.0
npm version: 6.14.13
Local ESLint version: 8.0.1
Operating System: macOS Big Sur
```
### What did you …
-
Vue.js 是一个基于 `MVVM` 模型的 web 库。通过双向数据绑定连接View和Model层。实际的 DOM 操作被封装成 `Directives` 和 `Filters`。
### 基本定义
每个Vue对象的实例是一个ViewModel。创建方式:
```
var vue = new Vue({
el: view,
data: model
});
```
其中 `…
-
# Please add your ideas and suggest speakers in the comments
The idea is to have a series of 3 events one for each framework for people who are familiar with other frameworks / web dev and want to le…
kirjs updated
7 years ago
-
During the build process of the Vue app, a warning is displayed.
### Todos
- Check if we can reduce the file size of the app
- Reduce file size if possible to improve loading times and bandwi…
-
Hi,
When execute `npm run test:unit`, here is the following result :
```
----------|----------|----------|----------|----------|-------------------|
File | % Stmts | % Branch | % Func…