0.0.5 • Published 2 years ago

chimi-ui v0.0.5

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

jeremy-ui

A sample ui-framework base on Vue3 :rocket:

WIP

This repo still work in process 🚧

Wiki

Click here

Blog

Process

  • Button
  • Dialog
  • Input
  • Switch
  • Table
  • Tabs
  • Card
  • Steps
  • Shield
  • TODO

Install

  • npm
npm install chimi-ui --save
  • yarn
yarn add chimi-ui --save

Technology Stack

  • Vue3
  • TypeScript
  • Vite
  • Scss

Deploy

Github Pages

  1. Change base default value from / to ./ in vite.config.ts
  2. Change the history mode from createWebHistory to createWebHashHistory in src/router.ts

Nginx

  1. Set base value to / in vite.config.ts
  2. Set history mode to createWebHistory in src/router.ts

Tips

Pay more attention on Global.ts file

License