通常我们使用npm init命令来创建一个npm程序时,会自动生成一个package.json文件.package.json文件会描述这个NPM包的所有相关信息,包括作者.简介.包依赖.构建等信息,格式是严格的JSON格式. 属性介绍 name name和version是package.json中最重要的两个字段,也是发布到NPM平台上的唯一标识,如果没有正确设置这两个字段,包就不能发布和被下载. version 包的版本号.如"1.0.0". description 包的描述信息,将
npm使用入门 crazygit 关注 2017.03.10 18:31 字数 1773 阅读 1617评论 0喜欢 10 NPM是什么 npm npm makes it easy for JavaScript developers to share and reuse code, and it makes it easy to update the code that you're sharing. 简单来说,npm就是javascript的包管理工具,类似java语法当中的maven, gr
Package.json The package.json file is a set of meta data about a theme. package.json 文件是一组关于主题的元数据. Overview概述 The package.json file is a required file and sets some information about your theme. Edit this file and keep it up to date with the relevan