GithubHelp home page GithubHelp logo

Comments (1)

qiu8310 avatar qiu8310 commented on May 18, 2024

@Cphayim 不好意思,文档这块我做的一直都不好。

是的,单个组件你看不到任何效果,需要放到页面中,所以你需要先有一个页面的环境!

如何查看你正在开发的组件可以有下面几种方法:

  1. 使用 lerna 工具将你的 Component 项目和 Application 项目放一起(有一定的门槛)
  2. 在你 Application 项目中使用 link 文件,link 到 Component 项目
  3. 使用 npm link 命令,可以看这里
  4. 在你开发 Component 项目时,可以指定 distDir,将它指定到你 Application 项目的 components 目录即可(这可能是最简单的方案)

from minapp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.