LoginSignup
0
0

window10の環境構築 vue3 + TS + pinia

Posted at

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

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0