Technology stack: vue3 + vuex + vue-router + webpack + sass + element-plus
Run npm install
to generate component.
Run npm run serve
for a dev server. Navigate to http://localhost:8080/
. The app will automatically reload if you change any of the source files.
# Build production projects
$ npm run build
The build artifacts will be stored in the dist/
directory.
Preparation before operation:
Since this project is based on nodejs, you need to make preparations for nodejs. Before running the project, please ensure that the following applications have been installed in the system:
(1)、Node (Version v14.15.0 of Node was used for this project). Please refer to:Download and install node.