XinChou16 / babel-plugin-taro-ui-import

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

taro-import-plugin

Setup

  1. npm install babel-plugin-taro-ui-import

  2. /config/index.js

const config = {
  // ...
  plugins: {
    babel: {
      plugins: [
        'taro-ui-import'
        // or
        // 'babel-plugin-taro-ui-import'
      ]
    }
  },
  1. /pages/index.js
import { AtButton } from 'taro-ui'

// same as
import { AtButton } from 'taro-ui'
import "taro-ui/dist/style/components/modal.scss";
  1. npm run build

Roadmap

  1. 边界处理

About


Languages

Language:JavaScript 84.6%Language:HTML 14.8%Language:CSS 0.5%