vue 3.0 + Typescript + Element build project

vue 3.0 create project

  1. create project
    Insert image description here

  2. Choose to configure yourself
    Insert image description here

  3. Configuration

    Babel: Use babel to easily transcode our source code (es6=>es5)

    TypeScript: Use TypeScript for source code writing, and use ts to write strongly typed js, which is of great benefit to our development.

    Progressive Web App (PWA): Use Progressive Web App (PWA)

    Router: use vue-router

    Vuex: Using the vuex state manager

    CSS Pre-processors: Use CSS preprocessors, such as: less, sass, etc.

    Linter/Formatter: Use code style checking and formatting

    Unit Testing: Using unit testing

    E2E Testing: Using E2E testing, end to end is a type of black box testing

Insert image description here

Insert image description here
Insert image description here

Insert image description here
almost ready

The next chapter introduces element ui on demand

Guess you like

Origin blog.csdn.net/weixin_44872023/article/details/121492376