@acta/router 中文文档教程

发布于 5年前 浏览 16 项目主页 更新于 3年前

Router @acta/router

一个用 TypeScript 构建的简单命令式路由器,用于节点和浏览器。

Table of Contents

Declaring a route

Dev scripts

脚本:

  • npm run dev to dev (build, test and watch)
  • npm run build to build the production version
  • npm run release to release a new version. Relies on release-it for deployments.

要使用其他应用程序或包中的包在本地进行开发,请使用符号链接:npm link /the/absolute/path/url

发布:npm publish --access=public

Router @acta/router

A simple imperative router build in TypeScript for node and the browser.

Table of Contents

Declaring a route

Dev scripts

Scripts :

  • npm run dev to dev (build, test and watch)
  • npm run build to build the production version
  • npm run release to release a new version. Relies on release-it for deployments.

To develop in local using the package from another application or package, go for a symlink: npm link /the/absolute/path/url.

To publish: npm publish --access=public.

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文