To clone and run this application, you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
$ git clone https://github.com/JasonJiangs/OfficeAdmin.git
# Go into the repository
$ cd OfficeAdmin
$ cd vue-frontend
# Install dependencies
$ npm install
# Run the website, it is at: http://localhost:9528/
$ npm run dev
Note If you're using Linux Bash for Windows, see this guide or use
node
from the command prompt.
This website uses the following open source packages:
- SpringBoot
- MyBatis-Plus
- Redis
- MySQL
- SpringSecurity
- Activiti
- vue-admin-template
- Node.js
- Npm
- Vue
- ElementUI
- Axios
Open withhttp://localhost:8800/doc.html#/home
to see the API documentation. The API test can be done here as well.
degrade node.js version to 12
upgrade 'svg-sprite-loader' version in package.json