1.0.9 • Published 9 months ago

upc-design-system v1.0.9

Weekly downloads
-
License
-
Repository
-
Last release
9 months ago

Design System Upc

  • Name: Design System Upc
  • Package name: upc-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

  1. Agregue la depedencia upc-design-system a su proyecto
# Using yarn
yarn add upc-design-system

# Using npm
npm install upc-design-system
  1. Para un proyecto de Nuxt, agregue el siguiente archivo plugins/upc-design-system.js y edite nuxt.config.ts con lo siguiente:
//plugins/upc-design-system.js 
import { defineNuxtPlugin } from "#app";
import designsystem from "upc-design-system/dist/upc-design-system.ssr";
import "upc-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/upc-design-system.js"],
});
  1. Para un proyecto de Vue, edite el archivo main.ts con lo siguiente:
//main.ts
import designsystem from 'upc-design-system/dist/upc-design-system.esm'
import 'upc-design-system/dist/style.css'

app.use(designsystem)
1.0.9

9 months ago

1.0.2

9 months ago

1.0.1

9 months ago

1.0.0

9 months ago

1.0.7

9 months ago

1.0.6

9 months ago

1.0.5

9 months ago

1.0.4

9 months ago

1.0.3

9 months ago

0.2.52

10 months ago

0.2.51

10 months ago

0.2.50

10 months ago

0.2.58

10 months ago

0.2.57

10 months ago

0.2.56

10 months ago

0.2.55

10 months ago

0.2.54

10 months ago

0.2.53

10 months ago

0.2.41

12 months ago

0.2.40

12 months ago

0.2.49

11 months ago

0.2.48

11 months ago

0.2.47

11 months ago

0.2.46

11 months ago

0.2.45

11 months ago

0.2.44

11 months ago

0.2.43

12 months ago

0.2.42

12 months ago

0.2.39

12 months ago

0.2.38

12 months ago

0.2.37

12 months ago

0.2.36

12 months ago

0.2.35

1 year ago

0.2.34

1 year ago

0.2.33

1 year ago

0.2.32

1 year ago

0.2.31

1 year ago

0.2.30

1 year ago

0.2.29

1 year ago

0.2.28

1 year ago

0.2.27

1 year ago

0.2.26

1 year ago

0.2.25

1 year ago

0.2.24

1 year ago

0.2.23

1 year ago

0.2.22

1 year ago

0.2.21

1 year ago

0.2.20

1 year ago

0.2.19

1 year ago

0.2.18

1 year ago

0.2.17

1 year ago

0.2.16

1 year ago

0.2.15

1 year ago

0.2.14

1 year ago

0.2.13

1 year ago

0.2.11

1 year ago

0.2.10

1 year ago

0.2.9

1 year ago

0.2.7

2 years ago

0.2.8

1 year ago

0.2.6

2 years ago

0.2.5

2 years ago

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

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.9

2 years ago

0.0.1

2 years ago