2024-07-11
한어Русский языкEnglishFrançaisIndonesianSanskrit日本語DeutschPortuguêsΕλληνικάespañolItalianoSuomalainenLatina
1. Install vue-cli dependencies
1. Use yarn to download vue-cli
3. Check whether the download is successful
1. Create a project, my-app is the project name
2. Select vue 2 here, blue indicates selected.
3. Download project dependencies
1. Modify eslint (turn off irregular code writing checks)
3. Globally introduce element-ui
4. Basic routing configuration