Skip to content

oangeor/DoctorAdmin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DoctorAdmin

A frontend Framework for building Doctor admin application running in the browser on top of REST services, using ES6, Vuejs. Opensourced and maintained by Chuncheng

Features

Installation

# clone the reposity
git@github.com:oangeor/DoctorAdmin.git

# install dependencies
npm install

By the way, cnpm is preferred if you are in China

# serve with hot reload at localhost:8080
npm run dev

# build for production
npm run build:prod

# build for sit
npm run build:sit

Customized

  • create a new view page

    • create a new view package in src/views
    • add a router link to it
  • Add you global scss variables or mixins in styles/_global_variables.scss. You can use these global things in every stylesheet files or style scope.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published