Skip to content

chengdujs/cd-it-job-admin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cd-it-job-admin

The admin project for cd-it-job

How to start?

# clone and install dependencies
git clone

npm i

# run dev
npm run dev

# production build
npm run build