Skip to content

chinaitorg/jeremy-ui

 
 

Repository files navigation

jeremy-ui

A sample ui-framework base on Vue3 🚀

ide build-passing vue-version jeremy-ui license-mit stars forks issues pr

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 jeremy-ui --save
  • yarn
yarn add jeremy-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

MIT License

Releases

No releases published

Packages

No packages published

Languages

  • Vue 77.6%
  • TypeScript 18.0%
  • SCSS 2.1%
  • JavaScript 1.3%
  • HTML 1.0%