Skip to content

trughooputh/dp-schedule

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dp-schedule

VueJS application made with official VueCLI

Vuex for store management

Bulma used as CSS framework

Sass for CSS Preprocessor

Jest to run unit test

Framework & Libraries
  • Axios, for HTTP requests
  • Moment, for Date manipulation

Node v10.15.3 need to be installed

Init project

yarn install

Or

npm run install

Compiles and hot-reloads for development only

yarn serve

Or

npm run serve

Compiles and minifies project for production

yarn build

Or

npm run build

Run your unit tests

yarn test:unit

Or

npm run test:unit

Lints and fixes files

yarn lint

Or

npm run lint

Customize configuration

See Configuration Reference.


Next improvements

  • Modal component to be more flexible with Slot for content
  • Modal with Error
  • Selected Slot with another color on click
  • Sass architecture with variables
  • Refactor Dates format in config files
  • Unit testing improvements
  • Responsive improvements