博客
分类
标签
归档
友链
关于
博客
分类
标签
归档
友链
关于
Volantis
文档
帮助
示例
社区
博客
源码
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Qu...
2020-12-13
Read More
Nov 20, 2020
npm基本命令 npm -v:查看 npm 版本。 npm list:查看当前目录下都安装了哪些 npm 包。 npm info 模块:查看该模块的版本及内容。 npm i 模块@版本号:安装该模块的指定版本 ``i/install:安装。使用 install 或者它的简写 i,都表明你想要下载这个包。` uninstall:卸载。如果你发现这个模块你已经不使用了,那么可以通过 u...
2020-11-20
Read More