mothTeam
English | 简体中文
moth-admin-vue is base on Vue + Element UI Front and back end separation permission solution,The system is completely based on the actual business scene development, only need to modify a little code can realize the background management system.
Preview
BasicVersion
# clone the project
git clone https://github.com/webdyc/moth-admin-vue
# enter the project directory
cd moth-admin-vue
# install dependency
npm install
# develop
npm run dev
This will automatically open http://localhost:9528
# build for test environment
npm run build:stage
# build for production environment
npm run build:prod
# preview the release environment effect
npm run preview
# preview the release environment effect + static resource analysis
npm run preview -- --report
# code format check
npm run lint
# code format check and auto fix
npm run lint -- --fix
The word Bug in English originally means bug, bedbug, why do we now use it to refer to the defects in the program? Here is the origin of it. In fact, as early as 1878, the great inventor Edison used the word bug to refer to a malfunction in an electronic circuit (the cause of the malfunction) in a letter to a friend, but it will not be recorded in the history of the computer industry until 1947. September 9th. At this time, the first programmers to write programs were developing the markII computer at Harvard University. When Grace Murray Hopper was looking for a problem, he found a moth next to the repeater contact, killed it with a logbook, and killed it. Marked it as "the first real case of finding a bug". Hence the term bug was used to refer to a defect or malfunction in a computer. Correspondingly, debug is used to refer to the debug behavior that removes the fault.