Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
檀越@新空间
Coding Tree
提交
26e59ad5
C
Coding Tree
项目概览
檀越@新空间
/
Coding Tree
通知
2
Star
0
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
C
Coding Tree
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
26e59ad5
编写于
9月 02, 2022
作者:
彭世瑜
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
fix
上级
71be6044
变更
1
显示空白变更内容
内联
并排
Showing
1 changed file
with
24 addition
and
12 deletion
+24
-12
doc/javascript.md
doc/javascript.md
+24
-12
未找到文件。
doc/javascript.md
浏览文件 @
26e59ad5
...
...
@@ -46,7 +46,6 @@
[
Pinia
](
https://pinia.vuejs.org/
)
: The Vue Store that you will enjoy using
[
Sails.js
](
https://sailsjs.com/
)
The MVC framework for Node.js
[
iView UI
](
https://iviewui.com/docs/guide/install
)
: 一套基于 Vue.js 的高质量 UI 组件库
...
...
@@ -101,7 +100,7 @@
[
mavon-editor
](
https://github.com/hinesboy/mavonEditor
)
|
[
npm
](
https://www.npmjs.com/package/mavon-editor
)
A markdown editor based on Vue that supports a variety of personalized features
[
naming-style
](
https://github.com/parksben/naming-style
)
|
[
npm
](
https://www.npmjs.com/package/naming-style
)
|
[
中文doc
](
https://github.com/parksben/naming-style/blob/HEAD/DOC_ZH.md
)
: 变量命名风格转化
[
naming-style
](
https://github.com/parksben/naming-style
)
|
[
npm
](
https://www.npmjs.com/package/naming-style
)
|
[
中文
doc
](
https://github.com/parksben/naming-style/blob/HEAD/DOC_ZH.md
)
: 变量命名风格转化
## CDN
...
...
@@ -122,10 +121,24 @@ Javascript HTML5 canvas library
[
Prettier.js
](
https://prettier.io/
)
Opinionated Code Formatter
[
西瓜视频播放器(HTML5)
](
https://v2.h5player.bytedance.com/
)
一款带解析器、能节省流量的
HTML5
视频播放器
[
西瓜视频播放器(HTML5)
](
https://v2.h5player.bytedance.com/
)
一款带解析器、能节省流量的
HTML5
视频播放器
[
https://prettyhtml.netlify.app/
](
https://prettyhtml.netlify.app/
)
:
[](
https://github.com/Prettyhtml/prettyhtml
)
cnchar: 功能全面、多端支持的汉字拼音笔画 js 库
-
官网:
[
https://shiyix.cn/cnchar/
](
https://shiyix.cn/cnchar/
)
-
github:
[
https://github.com/theajack/cnchar
](
https://github.com/theajack/cnchar
)
Hanzi Writer: 汉字书写笔画顺序的描边动画
-
官网:
[
https://hanziwriter.org/cn/
](
https://hanziwriter.org/cn/
)
-
github:
[
https://github.com/chanind/hanzi-writer
](
https://github.com/chanind/hanzi-writer
)
Make Me a Hanzi:Free, open-source Chinese character data
-
官网:
[
https://www.skishore.me/makemeahanzi/
](
https://www.skishore.me/makemeahanzi/
)
-
github:
[
https://github.com/skishore/makemeahanzi
](
https://github.com/skishore/makemeahanzi
)
## Node.js
https://npm.devtool.tech/
...
...
@@ -138,22 +151,22 @@ https://npm.devtool.tech/
### Node.js 管理工具
|名称 | 简介 | 最近更新 | 标星
|- | - | - | - |
|
[
nvm
](
https://github.com/nvm-sh/nvm
)
| Node Version Manager | !
[](
https://img.shields.io/github/last-commit/nvm-sh/nvm?style=flat-square
)
|!
[](
https://img.shields.io/github/stars/nvm-sh/nvm.svg?style=social
)
|
[
nvs
](
https://github.com/jasongin/nvs
)
| Node Version Switcher | !
[](
https://img.shields.io/github/last-commit/jasongin/nvs?style=flat-square
)
|!
[](
https://img.shields.io/github/stars/jasongin/nvs.svg?style=social
)
| 名称 | 简介 | 最近更新 | 标星 |
| -------------------------------------- | --------------------- | ----------------------------------------------------------------------------- | ---------------------------------------------------------------------- |
|
[
nvm
](
https://github.com/nvm-sh/nvm
)
| Node Version Manager | !
[](
https://img.shields.io/github/last-commit/nvm-sh/nvm?style=flat-square
)
| !
[](
https://img.shields.io/github/stars/nvm-sh/nvm.svg?style=social
)
|
|
[
nvs
](
https://github.com/jasongin/nvs
)
| Node Version Switcher | !
[](
https://img.shields.io/github/last-commit/jasongin/nvs?style=flat-square
)
| !
[](
https://img.shields.io/github/stars/jasongin/nvs.svg?style=social
)
|
### 包管理工具
npm - a JavaScript package manager
-
!
[](
https://img.shields.io/github/last-commit/npm/cli?style=flat-square
)
-
!
[](
https://img.shields.io/github/stars/npm/cli.svg?style=social
)
-
github
[
https://github.com/npm/cli
](
https://github.com/npm/cli
)
-
[
npm 中文文档
](
https://www.npmjs.cn/
)
Yarn: 快速、可靠、安全的依赖管理工具
-
!
[](
https://img.shields.io/github/last-commit/yarnpkg/berry?style=flat-square
)
-
!
[](
https://img.shields.io/github/stars/yarnpkg/berry.svg?style=social
)
-
[
https://yarnpkg.com/
](
https://yarnpkg.com/
)
...
...
@@ -162,16 +175,15 @@ Yarn: 快速、可靠、安全的依赖管理工具
-
Yarn 中文文档:
[
https://www.yarnpkg.cn/
](
https://www.yarnpkg.cn/
)
pNpm:速度快、节省磁盘空间的软件包管理器
-
!
[](
https://img.shields.io/github/last-commit/pnpm/pnpm?style=flat-square
)
-
!
[](
https://img.shields.io/github/stars/pnpm/pnpm.svg?style=social
)
-
[
pnpm 中文文档
](
https://www.pnpm.cn/
)
## 文章
[
能解决 90% 需求的 js 库
](
https://juejin.cn/post/7024011415144890405
)
[
W3School - JavaScript 教程
](
https://www.w3school.com.cn/js/index.asp
)
2021-12-23
[
Node.js:fs(file system)文件系统管理模块
](
https://pengshiyu.blog.csdn.net/article/details/122111586
)
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录