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.
If you'd like be a sponsor, to show your ads in GitHub and iView doc, please email admin@aresn.com to get more infomation.
If your company or products use iView, welcome to click here to leave a message.
We provide an iView plugin for Vue CLI 3, which you can use to quickly build an iView-based project.
We also provide a starter kit iview-project for you.
Using npm:
npm install piview --save
Using a script tag for global use:
<script type="text/javascript" src="iview.min.js"></script>
<link rel="stylesheet" href="dist/styles/iview.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 'piview/dist/styles/iview.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 [iview-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!
Copyright (c) 2016-present, iView
FAQs
A high quality UI components Library with Vue.js
The npm package piview receives a total of 4 weekly downloads. As such, piview popularity was classified as not popular.
We found that piview 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.