0.2.255 • Published 7 months ago

ti-package v0.2.255

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

TI Package

This is a Frontend package for Tradein UI.

Installation

npm install ti-package

Local Development

  • Clone the repo

  • Goto directory

  • run npm ci

  • run npm link

  • goto your project

  • run npm link ti-package

  • run your vite server

Debug Note

Check the node_modules/ti-package directory. If you see .gitignore file, your package should linked properly.

  • And, you can change the files within node_modules/ti-package, which will be updated on this repo locally.

  • Commit your changes into a branch with the ticket you are working on. eg: WT-xxx-loader-component-added

  • A merge request is created when branch is created with a ticket number.

Package Usages on new Projects

  • Install dependencies
  • use import loadApp from 'ti-package'
  • use loadApp(AppTemplate, router) to setup

Dependencies

npm install -D tailwindcss postcss autoprefixer vite

Tailwind config

   /** @type {import('tailwindcss').Config} */
export default {
  content: ["./index.html", "./src/**/*.{vue,js,ts,jsx,tsx}", "./node_modules/ti-package/components/**/*.{vue,js,ts,jsx,tsx}"],
  theme: {
    extend: {
      colors: {
        .....
      },
      fontFamily: {
        sans: ["Avenir", "sans-serif"],
      },
      fontSize: {
        10: "10px",
      },
      container: {
        screens: {
          xl: "1320px",
        },
      },
    },
  },
  plugins: [],
};
0.2.255

7 months ago

0.2.248

7 months ago

0.2.244

7 months ago

0.2.243

7 months ago

0.2.242

7 months ago

0.1.218

7 months ago

0.1.217

8 months ago

0.1.216

8 months ago

0.1.214

8 months ago

0.1.212

8 months ago

0.1.207

8 months ago

0.1.204

8 months ago

0.1.199

8 months ago

0.1.195

8 months ago

0.1.193

8 months ago

0.1.190

8 months ago

0.1.187

8 months ago

0.1.183

8 months ago

0.1.176

8 months ago

0.1.165

8 months ago

0.1.154

8 months ago

0.1.149

8 months ago

0.1.146

8 months ago

0.1.143

8 months ago

0.1.138

8 months ago

0.1.135

8 months ago

0.1.130

8 months ago

0.1.125

8 months ago

0.1.122

9 months ago

0.1.118

9 months ago

0.1.113

9 months ago

0.1.104

9 months ago

0.1.101

9 months ago

0.1.98

9 months ago

0.1.97

9 months ago

0.1.94

9 months ago

0.1.92

9 months ago

0.1.83

9 months ago

0.1.81

9 months ago

0.1.77

9 months ago

0.1.72

9 months ago

0.1.69

9 months ago

0.1.68

9 months ago

0.1.67

9 months ago

0.1.64

9 months ago

0.1.60

9 months ago

0.1.49

10 months ago

0.1.46

10 months ago

0.1.41

10 months ago

0.1.35

10 months ago

0.1.30

10 months ago

0.1.29

10 months ago

0.1.28

10 months ago

0.1.27

10 months ago

0.1.26

10 months ago

0.1.25

10 months ago

0.1.20

10 months ago

0.1.15

10 months ago

0.1.14

10 months ago

0.1.12

10 months ago

0.1.9

10 months ago

0.1.6

10 months ago

0.1.5

10 months ago

0.0.16

10 months ago

0.0.15

10 months ago

0.0.14

10 months ago

0.0.13

10 months ago

0.0.12

10 months ago

0.0.11

10 months ago

0.0.10

10 months ago

0.0.8

10 months ago

0.0.7

10 months ago

0.0.6

10 months ago

0.0.5

10 months ago

0.0.4

10 months ago

0.0.3

10 months ago

0.0.2

11 months ago

0.0.1

11 months ago