随笔分类 - vue
vue
Vue动画库插件animate
摘要:git地址:https://github.com/daneden/animate.css 1.进入Vue项目目录 2.npm install animate.css --save:编码安装 安装完成后,会在项目的package.json文件中显示animate.css插件,如下: "dependen
阅读全文
Vue格式化时间插件moment
摘要:git地址:https://github.com/moment/moment 1.进入Vue项目目录 2.npm i moment --save:编码安装 安装完成后,会在项目的package.json文件中显示moment插件,如下: "dependencies": { "moment": "^2
阅读全文
vue项目创建与启用
摘要:1.vue create myfirsrvue :创建项目 2.进入项目目录 cd myfirstvue(项目的具体路径) 3.npm run serve :启动运行项目,默认为8080端口
阅读全文
vue shortid插件
摘要:shortid:生成短的id github源码路径:https://github.com/dylang/shortid vue插件安装: npm i shortid --save :源码安装,需要编译,所以使用save 安装完成后,会在项目的package.json文件中显示shortid插件,如下
阅读全文
vue局域网访问配置
摘要:https://blog.csdn.net/soulwyb/article/details/91915306
阅读全文
vue项目创建
摘要:https://blog.csdn.net/qq_37350706/article/details/86591102 https://blog.csdn.net/qq_39298211/article/details/97641841
阅读全文