Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 747 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 747 Bytes

Vue 2.7 template

Vue 2.7 + Vue Router 3 + Pinia + ESLint + Prettier template project

It contains:

  • Pinia installed
  • Vue, VueRouter and ElementUI and DTHMLX imported with CDN
  • API calling and url definition structure
  • SCSS support

Local setup

  • Package manager:yarn
  • Install: yarn or yarn install
  • Reinstall: yarn reinstall
  • Local start: yarn start
  • Compile and build: yarn build
  • Lint:yarn lint

Documentation