
vue
gcl_guyunlige
该考虑考虑了
展开
-
vuejs从零开始(基本使用)
参考简书:https://www.jianshu.com/p/94ac8b8b8f6b 说明:工作需要,下面的基本使用,一般用于工作可以了 <!doctype html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport&转载 2018-10-16 15:00:51 · 1225 阅读 · 0 评论 -
Vue.js起步
1,生成脚手架 vue 2.6.8 npm install -g @vue/cli vue create hello-world cd hello-world npm run serve 2,修改8080端口号 位置: hello-world\node_modules\@vue\cli-service\lib\commands\serve.js const de...转载 2019-03-18 23:06:56 · 135 阅读 · 0 评论