New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@wei_design/taro-ui

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@wei_design/taro-ui

UI KIT for Taro

unpublished
latest
Source
npmnpm
Version
2.4.0
Version published
Maintainers
1
Created
Source

Taro UI

[![NPM][npm-version-image]][npm-version-url] [![NPM Downloads][npm-downloads-image]][npm-downloads-url]

一款基于 Taro 框架开发的多端 UI 组件库

相关链接

  • Taro UI 使用文档
  • Taro UI 官方示例
  • Taro
  • Taro 物料市场
  • Taro 论坛 Taro-UI 板块

安装

需要安装 Taro 开发工具 @tarojs/cliTaro 版本需要在 1.0.0-beta.18 以上

npm install -g @tarojs/cli

然后在项目中安装 Taro UI

npm install @wei_design/taro-ui

使用

在代码中 import 需要的组件并按照文档说明使用

import { AtButton } from '@wei_design/taro-ui'

问题

npm run dev:doc 报错

./docs/view/Color/style.scss)
Module build failed (from ./node_modules/sass-loader/dist/cjs.js):
Error: Node Sass does not yet support your current environment: OS X 64-bit with Unsupported runtime (83)
For more information on which environments are supported please see:
https://github.com/sass/node-sass/releases/tag/v4.13.1

Cannot find module 'node-sass' error Solved

NodeJS version Supported node-sass version Node 19 8.0+ Node 18 8.0+ Node 17 7.0+, <8.0 Node 16 6.0+ Node 15 5.0+, <7.0 Node 14 4.14+ Node 13 4.13+, <5.0

安装对应版本 node-sass,重新启动即可

yarn add node-sass@4.14.0 -D

Keywords

taro

FAQs

Package last updated on 25 Jul 2023

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