git地址:https://github.com/moment/moment
1.進入Vue項目目錄
2.npm i moment --save:編碼安裝
安裝完成后,會在項目的package.json文件中顯示moment插件,如下:
"dependencies": { "moment": "^2.24.0", "shortid": "^2.2.15", "vue": "^2.5.2", "vue-router": "^3.0.1" },
git地址:https://github.com/moment/moment
1.進入Vue項目目錄
2.npm i moment --save:編碼安裝
安裝完成后,會在項目的package.json文件中顯示moment插件,如下:
"dependencies": { "moment": "^2.24.0", "shortid": "^2.2.15", "vue": "^2.5.2", "vue-router": "^3.0.1" },
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。