1.0.5 • Published 1 year ago

frontend1080-ui v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
1 year ago

Introduce

This is a simple component library that contains several components that you can download and use, perhaps as a reference for developing your own. It is worth noting that it is mainly used in the Vue2 project.

Install

npm install frontend1080-ui

Import and register globally in the Vue2 project

main.js

import Allui from 'frontend1080-ui'
import 'frontend1080-ui/lib/index.css'
Vue.use(Allui)

Import and register on demand in Vue2 project

main.js

import { DyMessage } from 'frontend1080-ui'
import 'frontend1080-ui/lib/index.css'
Vue.use(DyMessage)
// This is an example of a component being imported on demand. Other components are similar. You should see our documentation site for more detailed instructions

Document station

https://qy1020hn.github.io

Contact

If you have any questions or issues with this package, please contact leader of frontend1080 at 2876329298@qq.com

License

This package is licensed under the ISC License.

Copyright

Copyright (c) 2023 a team named frontend1080

Source code

You can see our source code on github, The address is https://github.com/frontend1080/frontend1080_ui

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago