install NODE
node -v
install YARN
npm -g i yarn
yarn -v
install VUE
yarn global add @vue/cli
OR
npm -g i @vue/cli
vue --version
install IDE
Webstorm
VsCode
plugins
- TypeScript Vue Plugin (Volar)
- Vue Language Features (Volar)
- Auto Close Tag
- Auto Rename Tag
- Vue Peek
- Auto Import
- Rainbow Brackets 2
- Path Intellisense
Create Project
vue create project-name
Vue3: UI + store + http + mock
yarn add ant-design-vue@4.x pinia axios axios-mock-adapter @fakerjs/faker
Power-shell Command Access
Set-ExecutionPolicy RemoteSigned -Scope Process