小木小站

微信小程序开发

基本使用 相关文档 微信开发者官方地址: https://mp.weixin.qq.com/ 小程序注册: 小程序注册使用邮箱作为注册,一个微信号可对应多个小程序。 https://mp.weixin.qq.com/wxopen/waregister?action=step1

Administrator Administrator Published on 2025-01-04

vue 项目的创建

创建前npm先切换淘宝镜像https://blog.csdn.net/qq_40407998/article/details/119649687Vue CLI 2 创建vue项目(vue2)创建命令npm install -g @vue/cli-initvue init webpack my-pro

Administrator Administrator Published on 2022-12-07

ES6模块化(import,export,export default)

概念import与export或者export default是相关的概念,'导出’了就可以使用’导入’将相关的功能引入。exportexport成为命名导出,export default称为默认导出。export和export default用于对外输出本模块变量的接口,一个js文件可以当作一个模

Administrator Administrator Published on 2022-11-24