Record Of March 13th
Task Today
- Create account of coding platform of Tencent;
- Run a jeecg framework;
- Free to add anything you want on VUE to show the effect of display;
- Learn tags of HTML;
- Know what Anti Design Vue includes.
Make versions of node interchangeable to fit different business
Uninstall node if you used pkg to install before
1 |
|
Then install nvm through brew
1 |
|
Set local path to ~/.zshrc then resource it
1 |
|
Begin to install node
Check available version we can use at present
1 |
|
Install appointed version if you like ,here we recommend to install v12.20.1 or whatever you prefer
1 |
|
Sometimes it is necessary to restart system to make it into effect~Just drink a java to wait.
有时候抽风需要重启一下~~~~
重装node,用nvm 来管理node版本
About VUE
- tag -template- only allows one same name tag at same level. template的同级元素只有一个
- vue.config.js: define port and proxy address;if port is oppupied, it will increase by 1 automatically;
- package.json: define operation to run with npm command ,rules ,verisions of depencies and others….
- package-lock.json:is same as .ignore file of git; 锁定版本和校验,一般忽略
About Ant
https://2x.antdv.com/components/overview-cn/
github:https://github.com/vueComponent/ant-design-vue
Tutorial Web
https://developer.mozilla.org/en-US/docs/Web/HTML
Summary
- Rebuild a jeecg project from coding platform with VUE2;
- Get the method to change versions of VUE easily;
- Get to know some links to learn front-end;
- More familiar with VUE;
Record Of March 13th
https://iceswear.github.io/2023/03/13/Record-Of-March-13th/