微信小程序 - 使用npm


步骤:

1. 开启“使用npm模块”;
2. 新建 node_modules 文件夹
3. cd到新建 node_modules 所在的目录(非node_modules文件夹内)

npm install miniprogram-datepicker --production
npm init


4. 开启npm构建
5. 构建完成后,会在node_modules文件夹所在目录生成,在index.json里面导入组件即可使用了

你可能感兴趣的:(微信小程序 - 使用npm)