New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

talebase-ui

Package Overview
Dependencies
Maintainers
2
Versions
174
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

talebase-ui

``` npm run dev ```

  • 1.0.40
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
55
decreased by-20.29%
Maintainers
2
Weekly downloads
 
Created
Source

开发

npm run dev

在本地项目跑

  1. 在当前项目执行 yarn(第一次时才需要执行)
  2. 在当前项目执行 npm run build(第一次才需要执行)
  3. 在当前项目执行 yarn link(第一次才需要执行)
  4. 在当前项目执行 npm run dev
  5. 在目标项目内安装 yarn add talebase-ui
  6. 在目标项目内执行 yarn link talebase-ui
  7. 重启目标项目服务

项目说明

  1. 组件js和scss分开,不要写内联样式
  2. 样式文件前缀用 't-', 如按钮组件:'t-btn'
  3. 组件需要声明 name 属性,在 vue.component 里注册用
  4. 每个组件需声明 install 方法,用于 vue.use
  5. 组件在项目入口处注册,实现单个导出 export ,批量引用 install

FAQs

Package last updated on 06 Apr 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc