Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 441 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 441 Bytes
# clone the project
git clone https://github.com/lgf196/ant-simple-pro.git

# enter the project directory
cd ant-simple-pro

#choose the version you like

# install dependency
npm install

# develop
npm run dev

This will automatically open http://localhost:3000

Build

# Package testing service
npm run build:alpha

# Package pre-release service
npm run build:preprod

# Package formal service
npm run build:prod