Giter VIP home page Giter VIP logo

award-plugin-dva's Introduction

award-plugin-dva ∙ version

声明: 插件开发依赖安装请使用yarn工具,只能使用该工具,因为我们需要通过其link功能来实现模块引用

插件使用介绍

安装

yarn add award-plugin-dva

award.config.js 的配置

export default {
  plugins: ['award-plugin-dva'],
};

开发步骤

#1. 安装依赖
yarn

#2. 启动开发环境
yarn dev

#3. 切换到默认示例目录
cd examples/basic

#4. 运行示例
../../node_modules/.bin/award dev

#4. 或者这样运行
yarn dev

#5.  开发演示
#5.1 修改文件`src/plugin/node.tsx`内的文字内容,然后保存
#5.2 刷新浏览器页面,你可以看到你修改的内容立即显示出来

开发要求

你必须在src/plugin目录内编写插件的核心逻辑

关于插件的具体开发步骤和注意细节,请点击文档查看

发布步骤

开发完成后,我们需要将插件发布到npm上,提供其他开发者使用

# 修改版本号
cd src
# 打开src目录下的package.json
# 修改其版本号和确认是否添加第三方依赖包

# 发布,回到根目录
npm run build

award-plugin-dva's People

Watchers

 avatar

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.