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
# clone the reposity
[email protected]: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
-
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.