Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
该项目基于 ppui。
We provide an View UI plugin for Vue CLI 3, which you can use to quickly build an ViewUI-based project.
We also provide a starter kit view-ui-project for you.
Using npm:
npm install ppui --save
Using a script tag for global use:
<script type="text/javascript" src="ppui.min.js"></script>
<link rel="stylesheet" href="dist/styles/ppui.css">
You can find more info on the website.
<template>
<Slider v-model="value" range />
</template>
<script>
export default {
data () {
return {
value: [20, 50]
}
}
}
</script>
Using css via import
:
import 'view-design/dist/styles/ppui.css';
If you want to contribute or have questions or bugs to report:
Questions: Find other users at the Gitter chat or post on StackOverflow using [ppui-ui]
tag
Bugs: File a issue here - please provide a example so we can help you better
Contribute: Contact us in Gitter chat, WeChat or via mail to admin@aresn.com
. PRs welcome!
Name | Avatar | Name | Avatar | Name | Avatar |
---|---|---|---|---|---|
Aresn | jingsam | rijn | |||
lcx960324 | GITleonine1989 | huixisheng | |||
Sergio Crisostomo | lison16 | Xotic750 | |||
huanghong1125 | yangdan8 |
Copyright (c) 2016-present, ViewDesign
FAQs
A high quality UI components Library with Vue.js
We found that ppui demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.