随笔分类 -  vue

vue
Vue动画库插件animate
摘要:git地址:https://github.com/daneden/animate.css 1.进入Vue项目目录 2.npm install animate.css --save:编码安装 安装完成后,会在项目的package.json文件中显示animate.css插件,如下: "dependen 阅读全文
posted @ 2020-04-25 16:59 大话人生 阅读(10701) 评论(0) 推荐(0)
Vue格式化时间插件moment
摘要:git地址:https://github.com/moment/moment 1.进入Vue项目目录 2.npm i moment --save:编码安装 安装完成后,会在项目的package.json文件中显示moment插件,如下: "dependencies": { "moment": "^2 阅读全文
posted @ 2020-04-25 15:13 大话人生 阅读(1745) 评论(0) 推荐(0)
vue项目创建与启用
摘要:1.vue create myfirsrvue :创建项目 2.进入项目目录 cd myfirstvue(项目的具体路径) 3.npm run serve :启动运行项目,默认为8080端口 阅读全文
posted @ 2020-04-25 07:52 大话人生 阅读(271) 评论(0) 推荐(0)
vue shortid插件
摘要:shortid:生成短的id github源码路径:https://github.com/dylang/shortid vue插件安装: npm i shortid --save :源码安装,需要编译,所以使用save 安装完成后,会在项目的package.json文件中显示shortid插件,如下 阅读全文
posted @ 2020-04-24 16:56 大话人生 阅读(501) 评论(0) 推荐(0)
vue局域网访问配置
摘要:https://blog.csdn.net/soulwyb/article/details/91915306 阅读全文
posted @ 2020-04-24 09:16 大话人生 阅读(658) 评论(0) 推荐(0)
vue项目创建
摘要:https://blog.csdn.net/qq_37350706/article/details/86591102 https://blog.csdn.net/qq_39298211/article/details/97641841 阅读全文
posted @ 2020-04-24 08:31 大话人生 阅读(132) 评论(0) 推荐(0)