@4verburga/alpine-spanishplus 1.10.0-dev.ddde1a3 → 1.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -72
  2. package/nuxt.config.ts +3 -1
  3. package/package.json +15 -42
package/README.md CHANGED
@@ -1,72 +1 @@
1
- # Alpine Spanish Plus
2
-
3
- Fork en español del tema [Alpine](https://github.com/nuxt-themes/alpine) de Nuxt, empaquetado como capa reutilizable para sitios basados en Nuxt Content.
4
-
5
- ## Características
6
-
7
- - Capa de tema Nuxt: extiende configuración, layouts, componentes, estilos y utilidades
8
- - Traducciones y adaptaciones al español
9
- - Starter interno en `.starters/default` para validación de build
10
-
11
- ## Instalación
12
-
13
- ```bash
14
- npm install @4verburga/alpine-spanishplus
15
- ```
16
-
17
- Luego extiende tu proyecto en `nuxt.config.ts`:
18
-
19
- ```ts
20
- export default defineNuxtConfig({
21
- extends: '@4verburga/alpine-spanishplus'
22
- })
23
- ```
24
-
25
- ## Desarrollo local
26
-
27
- ```bash
28
- pnpm install
29
- pnpm dev # Levanta el starter interno
30
- pnpm build # Compila el starter interno
31
- ```
32
-
33
- ### Probar cambios sin publicar en npm
34
-
35
- **Opción 1: tarball (recomendada)**
36
-
37
- ```bash
38
- # En este repo
39
- pnpm pack
40
-
41
- # En tu proyecto consumidor
42
- npm install ../nuxt-alpine-spanishplus/<archivo-generado>.tgz
43
- ```
44
-
45
- **Opción 2: dependencia local por ruta**
46
-
47
- En el `package.json` de tu proyecto consumidor, usa una dependencia tipo `file:` apuntando a este repo e instala dependencias.
48
-
49
- **Opción 3: link local**
50
-
51
- Vincula el paquete con `pnpm link` y úsalo como dependencia enlazada en tu proyecto.
52
-
53
- ## CI/CD
54
-
55
- | Workflow | Archivo | Rama | Descripción |
56
- |---|---|---|---|
57
- | ci-main | `.github/workflows/ci.yml` | `main` | Valida build en push y PR |
58
- | ci-dev | `.github/workflows/ci-dev.yml` | `dev` | Valida build en push y PR |
59
- | publish | `.github/workflows/publish.yml` | `main` / `dev` | Publica en npm: `latest` desde main, `-dev` con dist-tag `dev` desde dev |
60
- | studio | `.github/workflows/studio.yml` | `main` | Genera sitio estático y despliega a GitHub Pages |
61
-
62
- Los workflows de publicación usan [trusted publishing (OIDC)](https://docs.npmjs.com/generating-provenance-statements#publishing-packages-with-provenance-via-trusted-publishing) en lugar de tokens. Para configurarlo:
63
-
64
- 1. En [npmjs.com](https://www.npmjs.com) → paquete → **Settings** → **Trusted Publisher**
65
- 2. Seleccionar **GitHub Actions** y completar:
66
- - **Organization or user**: `4xeverburga`
67
- - **Repository**: `alpine-theme`
68
- - **Workflow filename**: `publish.yml`
69
-
70
- ## Licencia
71
-
72
- [MIT](./LICENSE)
1
+ La extensión en español del paquete minimalista Alpine! :D
package/nuxt.config.ts CHANGED
@@ -76,7 +76,9 @@ export default defineNuxtConfig({
76
76
  preload: ['json', 'js', 'ts', 'html', 'css', 'vue', 'diff', 'shell', 'markdown', 'yaml', 'bash', 'ini', 'c', 'cpp']
77
77
  }
78
78
  },
79
- experimental: {},
79
+ experimental: {
80
+ inlineSSRStyles: false
81
+ },
80
82
  typescript: {
81
83
  includeWorkspace: true
82
84
  },
package/package.json CHANGED
@@ -1,13 +1,8 @@
1
1
  {
2
2
  "name": "@4verburga/alpine-spanishplus",
3
- "version": "1.10.0-dev.ddde1a3",
3
+ "version": "1.10.0",
4
4
  "type": "module",
5
- "repository": {
6
- "type": "git",
7
- "url": "https://github.com/4xeverburga/nuxt-alpine-spanishplus.git"
8
- },
9
5
  "exports": "./nuxt.config.ts",
10
- "packageManager": "pnpm@8.5.1",
11
6
  "files": [
12
7
  "assets",
13
8
  "components",
@@ -20,55 +15,25 @@
20
15
  "nuxt.schema.ts",
21
16
  "tokens.config.ts"
22
17
  ],
23
- "scripts": {
24
- "prepare": "nuxi prepare && nuxi prepare .starters/default",
25
- "dev": "nuxi dev .starters/default",
26
- "build": "nuxi build .starters/default",
27
- "generate": "nuxi generate .starters/default",
28
- "preview": "nuxi preview .starters/default",
29
- "lint": "eslint .",
30
- "release": "release-it"
31
- },
32
18
  "dependencies": {
33
19
  "@nuxt-themes/elements": "^0.9.5",
34
20
  "@nuxt-themes/tokens": "^1.9.1",
35
21
  "@nuxt-themes/typography": "^0.11.0",
36
- "@nuxt/content": "^2.13.0",
22
+ "@nuxt/content": "^2.11.0",
37
23
  "@nuxthq/studio": "^0.14.1",
38
24
  "@vueuse/core": "^10.7.2",
39
- "ufo": "^1.5.4"
25
+ "ufo": "^1.3.2"
40
26
  },
41
27
  "devDependencies": {
42
28
  "@nuxt/eslint-config": "^0.2.0",
43
29
  "@nuxtjs/plausible": "^0.2.4",
44
- "@types/node": "^22.0.0",
30
+ "@types/node": "^20.11.5",
45
31
  "eslint": "^8.56.0",
46
- "nuxt": "3.14.0",
32
+ "nuxt": "^3.9.3",
47
33
  "release-it": "^16.3.0",
48
34
  "typescript": "^5.3.3",
49
35
  "vite-plugin-inspect": "^0.8.1",
50
- "vue": "^3.5.0"
51
- },
52
- "pnpm": {
53
- "overrides": {
54
- "@nuxt/kit": "3.14.0",
55
- "@nuxt/schema": "3.14.0",
56
- "nuxt-component-meta": "0.9.0"
57
- },
58
- "peerDependencyRules": {
59
- "allowedVersions": {
60
- "axios": "0.25.0",
61
- "vite": "*"
62
- },
63
- "ignoreMissing": [
64
- "postcss",
65
- "postcss-*",
66
- "webpack",
67
- "axios",
68
- "vite",
69
- "@nuxt/vite-builder"
70
- ]
71
- }
36
+ "vue": "^3.4.15"
72
37
  },
73
38
  "license": "MIT",
74
39
  "release-it": {
@@ -82,5 +47,13 @@
82
47
  "release": true,
83
48
  "releaseName": "v${version}"
84
49
  }
50
+ },
51
+ "scripts": {
52
+ "dev": "nuxi dev .starters/default",
53
+ "build": "nuxi build .starters/default",
54
+ "generate": "nuxi generate .starters/default",
55
+ "preview": "nuxi preview .starters/default",
56
+ "lint": "eslint .",
57
+ "release": "release-it"
85
58
  }
86
- }
59
+ }