Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

web-style

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

web-style

web style components

latest
Source
npmnpm
Version
0.4.1
Version published
Maintainers
1
Created
Source

web-style

基于vue的一套简单精美的web组件。 参考文档

开始

  • 创建一个html
  • 把dist目录拷贝到项目的目录下
  • 页面引入web-style.css vue.js web-style.js
  • 开始使用

vue组件的使用

所有组件捆绑到components下

new Vue({
    el: '#app',
    components: {
        'v-datePicker': components.datePicker
    }
})

Keywords

web

FAQs

Package last updated on 20 Jul 2016

Did you know?

Socket

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.

Install

Related posts