1.0.11 • Published 5 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
5 months ago
1.0.8
5 months ago
1.0.11
5 months ago
1.0.10
5 months ago
1.0.7
6 months ago
1.0.6
8 months ago
1.0.5
8 months ago
1.0.4
8 months ago
1.0.2
8 months ago
1.0.1
8 months ago
1.0.3
8 months ago
0.1.43
8 months ago
1.0.0
8 months ago
0.1.41
8 months ago
0.1.42
8 months ago
0.1.40
8 months ago
0.1.38
8 months ago
0.1.39
8 months ago
0.1.35
9 months ago
0.1.36
9 months ago
0.1.37
9 months ago
0.1.34
9 months ago
0.1.30
10 months ago
0.1.31
10 months ago
0.1.32
10 months ago
0.1.33
10 months ago
0.1.29
11 months 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
1 year ago
0.1.12
1 year ago
0.1.11
1 year ago
0.1.10
1 year 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