flipped-aurora/gin-vue-admin Installation Guide
How to install flipped-aurora/gin-vue-admin. Official project installation instructions and setup guide.
Automated Install (Recommended)
Quick installation instructions for flipped-aurora/gin-vue-admin. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i flipped-aurora/gin-vue-adminInstall via npx
npx @hexmos/ipm i flipped-aurora/gin-vue-adminPrerequisites
Node.js
languageVersion: >=16.0.0
npm
package_managerVersion: 8.14.0
yarn
package_managerVersion: 2.2.19
git
system_toolVersion: 2.34.0
docker
system_toolVersion: 20.10.1
python
languageVersion: 3.9.5
virtualenv
build_toolVersion: 20.10.1
vue-cli
package_managerVersion: 4.5.3
eslint
libraryVersion: 8.1.0
prettier
libraryVersion: 2.4.1
vue-router
libraryVersion: 3.5.0
axios
libraryVersion: 0.26.1
vuex
libraryVersion: 4.5.3
webpack
build_toolVersion: 5.70.0
vue-i18n
libraryVersion: 4.5.3
axios
libraryVersion: 0.26.1
vue-cli-service
package_managerVersion: 4.5.3
webpack-dev-server
build_toolVersion: 4.5.3
vuetify
libraryVersion: 2.0.1
express
libraryVersion: 4.5.3
passport-local
libraryVersion: 2.0.1
express-session
libraryVersion: 4.5.3
cors
libraryVersion: 2.0.1
helmet
libraryVersion: 4.5.3
body-parser
libraryVersion: 4.5.3
mysql
system_packageVersion: 8.0.2
redis
system_packageVersion: 6.2.1
mongodb
system_packageVersion: 4.5.3
nodemon
build_toolVersion: 2.0.1
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Clone Repository via Git
git clone https://github.com/flipped-aurora/gin-vue-admin.gitInstall via npm Package Manager
npm installPost Installation Steps
- Start the server using `npm run dev`.
- Run database migrations with `npx gin migrate`.
