https://gitee.com/lz-126/vue3-cli4#top
vue3-cli4
Warehouse address = = = = > Reference address
Project setup
yarn install
Compiles and hot-reloads for development
yarn serve
Compiles and minifies for production
yarn build
Run your unit tests
yarn test:unit
Lints and fixes files
yarn lint
Customize configuration
See Configuration Reference.
Frame description
Se ...
Added by jsims on Wed, 23 Feb 2022 08:44:00 +0200
Detailed explanation of front-end vue cli
01. Vue cli installation
Vue is committed to standardizing the tools in the Vue ecosystem. It ensures that various building tools can be smoothly connected based on intelligent default configuration, so that you can focus on writing applications without having to spend days struggling with configuration. At the same time, it also provides flex ...
Added by gls2ro on Mon, 03 Jan 2022 20:22:58 +0200
Vue3 component, composition API, routing (Part 2)
Vue3 component usage - routing (Part 2)
1, Use of components
1. Reference component
1. Create a new component named header vue Header.vue
<template>
<h1>This is the head assembly</h1>
</template>
2. On app Reference in Vue
Run it
2. Pass the contents of the parent component to the child component
Transfe ...
Added by whizzykid on Fri, 24 Dec 2021 20:17:24 +0200
HTML and CSS interview question 35
position is superimposed with display, margin collapse, overflow and float
1, The relationship among 'display', 'position' and 'float'
Figure below:
Set valueAfter conversioninline-tabletableinline, inline-block,run-in,table-row-group,table-column,table-column-group,table-header-group,table-footer-group,table-row,table-cell,table-captionbl ...
Added by php_user13 on Sun, 28 Nov 2021 20:26:48 +0200
vue3 learning notes
1. Build Vue3 project
Using npm:
$ npm Init vite app project name
$ cd entry name
$ npm install
$ npm run dev
Using yarn:
$ yarn Create vite app ...
Added by Hamish on Sun, 24 Oct 2021 09:56:53 +0300