
vue
爱吃水果的白马
徘徊在看不到尽头的人生路上
展开
-
vue项目创建 vue create
1、使用语句vue create hello-world(项目名)? Check the features needed for your project: (Press <space> to select, <a> to toggle all, <i> to invert selection)>( ) Babel //转码器,可以将ES6代码转为ES5代码,从而在现有环境执行。( ) TypeScript// TypeScript是一个JavaScr原创 2021-05-07 16:28:22 · 464 阅读 · 0 评论 -
vue 的过滤器
vue过滤器的使用 (filter)filter文件中的时间格式导出声明main.js 文件的引用原创 2021-02-09 11:14:42 · 116 阅读 · 0 评论