0.0.5 • Published 9 months ago

zui-vue2 v0.0.5

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

zui-vue2

zui

zui Total Downloads Total Downloads Total Downloads Total Downloads

Description

zui is a components plugin for vue-cli@.This is a UI framework called Z. Pronounced as Z-ui, it can be called 'drunk', 'most', and 'zui' in Chinese. This code version is based on Vue2 development, so it is temporarily called zui vue2

Software Architecture

.
|————dist  -------------------- Compressed files generated by the project, projects running in the production environment
|————node_modules  ------------ Node dependency package directory
|————src ---------------------- Src source code project directory
| |————assets ----------------- Assets Directory
| |————components ------------- Components Directory
| |————App.vue ---------------- Page level vue
| |————main.js ---------------- Page Entry File
|————.babelrc  ---------------- Babel cache
|————.editorconfig  ----------- WebStorm cache (not necessarily present)
|————.gitignore  -------------- Files ignored by git
|————.postcssrc.js  ----------- WebStorm cache (not necessarily present)
|————favicon.ico -------------- Browser display ico
|————index.html --------------- Entry Page
|————LICENSE ------------------ License
|————package.json ------------- npm package dependency configuration
|————package-lock.json -------- npm package version lock file to ensure that the version installed in each environment is consistent
|————README.en.md ------------- Project English Document Description
|————README.md ---------------- README.md Project Document Description
|————webpack.config.js -------- Component packaging configuration

Installation

# install dependencies
npm install

# serve with hot reload at localhost:8080
npm run dev

# build for production with minification
npm run build

Instructions

npm install zui --save

Introducing in main.js

import zui from 'zui'

Vue.use(zui)

Called in the page

eg:

<z-tag color="#E02020" bg-color="#e0202026" bor-color="#e0202033"></z-tag>

Contribution

  1. Fork the repository
  2. Create Feat_xxx branch
  3. Commit your code
  4. Create Pull Request

Gitee Feature

  1. You can use Readme_XXX.md to support different languages, such as Readme_en.md, Readme_zh.md
  2. Gitee blog blog.gitee.com
  3. Explore open source project https://gitee.com/explore
  4. The most valuable open source project GVP
  5. The manual of Gitee https://gitee.com/help
  6. The most popular members https://gitee.com/gitee-stars/

change log

2023.08.11

v0.0.1

  • Initialize z-tag components

2023.08.14

v0.0.2

  • add z-line

2023.08.14

v0.0.4

  • add z-card

2023.08.15

v0.0.5

  • fix z-line
0.0.5

9 months ago

0.0.4

9 months ago

0.0.3

9 months ago

0.0.2

9 months ago

0.0.1

9 months ago