@a-robu/victor 中文文档教程

发布于 4年前 浏览 31 项目主页 更新于 3年前

Victor

GitHub Workflow Status (branch)

Fork Notes

这个仓库是一个github.com/maxkueng/victor 上原始 Victor 项目的分支。 原始项目的文档位于 http://victorjs.org/。

此分支的文档(与原始文档略有不同)托管在 https://a-robu.github.io/victor/ 上,包发布在 NPM 上,网址为 https://www.npmjs.com/package /@a-robu/维克多。

此分支澄清了文档中的一些要点并添加了一个功能。 CHANGELOG 中提供了更多信息。

Installing & Using

npm install @a-robu/victor --save
const Victor = require('victor');
let vec = new Victor(42, 1337);

有关更多示例,请参阅 https://a-robu.github.io/victor/ 上的文档。

Developing

npm test

Contributors To maxkueng/victor

按首次贡献日期排序。 自动生成,2015 年 8 月 31 日星期一 13:08:12 GMT。

License

麻省理工学院

Victor

GitHub Workflow Status (branch)

Fork Notes

This repository is a fork of the original Victor project at github.com/maxkueng/victor. The documentation of the original project is hosted at http://victorjs.org/.

The documentation of this fork (which is slightly different from the original) is hosted at https://a-robu.github.io/victor/ and the package is published on NPM at https://www.npmjs.com/package/@a-robu/victor.

This fork clarifies some points in the documentation and adds one function. Slighly more information is available in the CHANGELOG.

Installing & Using

npm install @a-robu/victor --save
const Victor = require('victor');
let vec = new Victor(42, 1337);

For more examples, see the documentation at https://a-robu.github.io/victor/.

Developing

npm test

Contributors To maxkueng/victor

Ordered by date of first contribution. Auto-generated on Mon, 31 Aug 2015 13:08:12 GMT.

License

MIT

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