Skip to content

yifei-fu/dcms-frontend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dcms-frontend

Vue.js frontend for dcms. Created with vue-cli.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Deploy with Docker and Nginx

# change the backend API address in src/api/common.js
npm run build
docker build -t dcms-frontend-image:v1
docker run -d dcms-frontend-image:v1

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

About

Vue.js frontend for dcms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published