1.0.11 • Published 6 months ago
cib-design-system v1.0.11
Design System CIBERTEC
- Name: Design System CIBERTEC
- Package name: cib-design-system
Development
# Instalar dependencias
npm install or yarn install
# Levantar storybook
npm run storybook or yarn storybook
# Publicar una nueva versión de la liberería
npm run build or yarn build
npm pack
npm publish
Quick Setup
- Agregue la depedencia
cib-design-system
a su proyecto
# Using yarn
yarn add cib-design-system
# Using npm
npm install cib-design-system
- Para un proyecto de Nuxt, agregue el siguiente archivo plugins/cib-design-system.js y edite nuxt.config.ts con lo siguiente:
//plugins/cib-design-system.js
import { defineNuxtPlugin } from "#app";
import designsystem from "cib-design-system/dist/cib-design-system.ssr";
import "cib-design-system/dist/style.css";
export default defineNuxtPlugin((nuxtApp) => {
// Doing something with nuxtApp
nuxtApp.vueApp.use(designsystem);
});
//nuxt.config.ts
// https://nuxt.com/docs/api/configuration/nuxt-config
export default defineNuxtConfig({
devtools: { enabled: false },
plugins: ["~/plugins/cib-design-system.js"],
});
- Para un proyecto de Vue, edite el archivo main.ts con lo siguiente:
//main.ts
import designsystem from "cib-design-system/dist/cib-design-system.esm";
import "cib-design-system/dist/style.css";
app.use(designsystem);
1.0.9
6 months ago
1.0.8
6 months ago
1.0.11
6 months ago
1.0.10
6 months ago
1.0.7
7 months ago
1.0.6
9 months ago
1.0.5
9 months ago
1.0.4
9 months ago
1.0.2
9 months ago
1.0.1
9 months ago
1.0.3
9 months ago
0.1.43
9 months ago
1.0.0
10 months ago
0.1.41
10 months ago
0.1.42
10 months ago
0.1.40
10 months ago
0.1.38
10 months ago
0.1.39
10 months ago
0.1.35
10 months ago
0.1.36
10 months ago
0.1.37
10 months ago
0.1.34
10 months ago
0.1.30
12 months ago
0.1.31
12 months ago
0.1.32
12 months ago
0.1.33
12 months ago
0.1.29
1 year ago
0.1.28
1 year ago
0.1.27
1 year ago
0.1.26
1 year ago
0.1.25
1 year ago
0.1.24
1 year ago
0.1.23
1 year ago
0.1.22
1 year ago
0.1.21
1 year ago
0.1.20
1 year ago
0.1.19
1 year ago
0.1.18
1 year ago
0.1.17
1 year ago
0.1.16
1 year ago
0.1.15
1 year ago
0.1.14
1 year ago
0.1.13
2 years ago
0.1.12
2 years ago
0.1.11
2 years ago
0.1.10
2 years ago
0.1.9
2 years ago
0.1.8
2 years ago
0.1.7
2 years ago
0.1.6
2 years ago
0.1.5
2 years ago
0.1.4
2 years ago
0.1.3
2 years ago
0.1.2
2 years ago
0.1.1
2 years ago
0.1.0
2 years ago
0.0.8
2 years ago
0.0.7
2 years ago
0.0.4
2 years ago
0.0.3
2 years ago
0.0.2
2 years ago
0.0.1
2 years ago