-
# Migrasi Nuxt ke TypeScript | mazipan.space
Menceritakan beberapa langkah yang saya kerjakan ketika melakukan migrasi project Nuxt dari menggunakan JavaScript vanilla menjadi menggunakan TypeScript
…
-
### Description
https://github.com/nuxt-alt/auth Public
An alternative module to @nuxtjs/auth
TypeScript MIT [ 15 ](https://github.com/nuxt-alt/auth/forks)[ 69 ](https://github.com/nuxt-alt/auth…
-
### Environment
```
Nuxt project info: …
-
### Environment
```bash
Nuxt project info:
------------------------------
- Operating System: Windows_NT
- Node Version: v20.4.0
- Nuxt Version: 3.6.5
- Nitro Version: 2.5.2
- P…
-
First congrats for release this plugin.
I don't know this is ES6 (because this is project requirement), nuxt or typescript issue, but I try to use your plugin on latest nuxt release
I'm using nuxt…
-
## CVE-2022-37601 - Critical Severity Vulnerability
Vulnerable Libraries - loader-utils-1.2.3.tgz, loader-utils-1.4.0.tgz, loader-utils-1.1.0.tgz, loader-utils-0.2.17.tgz, loader-utils-2.0.2.tgz
lo…
-
### Environment
latest nuxt
### Reproduction
```
async function getRouteMeta(contents, absolutePath) {
if (!(absolutePath in pageContentsCache) || pageContentsCache[absolutePath] !== contents) {
…
-
### Environment
**Vuetify Version:** 3.7.0
**Vue Version:** 3.4.38
**Browsers:** Chrome 127.0.0.0
**OS:** Mac OS 10.15.7
### Steps to reproduce
Import library of vuetify inside modules/style/p…
-
Hello,
You can reproduce by using this repo: https://github.com/Barbapapazes/nuxt-typecheck.
Without the `#import`, no errors are reported but by adding `#import` alias (from the generated `tsco…
-
In:
https://github.com/nuxt/eslint-config/blob/dc55bbf218c8627d3c4ef73656a32730dd2a9d3c/packages/eslint-config-typescript/index.js#L1-L12
all typescript-specific settings should be in an override …