Skip to content

Latest commit

 

History

History

vue

# clone the project
git clone https://github.com/lgf196/ant-simple-pro.git

# enter the project directory
cd ant-simple-pro/vue

#choose the version you like

# install dependency
npm install

# develop
npm run dev

This will automatically open http://localhost:9050

Build

# Package testing service
npm run build:alpha

# Package pre-release service
npm run build:preprod

# Package formal service
npm run build:prod