File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -17,24 +17,21 @@ A datepicker Vue component. Compatible with Vue 2.x
1717-  [ Highlighted dates] ( #highlighted-dates ) 
1818-  [ Translations] ( #translations ) 
1919
20- NB. Vue 1.x was supported up to version v0.9.9. If you want to use this component with Vue 1.x you can install with 
` yarn  install [email protected] ` 20+ NB. Vue 1.x was supported up to version v0.9.9. If you want to use this component with Vue 1.x you can install with 
` npm  install [email protected] ` 2121
2222## Demo  
2323
2424To view a demo online:
2525https://codesandbox.io/s/mpklq49wp 
2626
27- To view demo examples locally clone the repo and run ` yarn  install && yarn  serve` 
27+ To view demo examples locally clone the repo and run ` npm  install && npm run  serve` 
2828
2929## Install  
3030
3131```  bash 
3232npm install vuejs-datepicker --save
3333``` 
34- or
35- ```  bash 
36- yarn add vuejs-datepicker
37- ``` 
34+ 
3835
3936```  javascript 
4037import  Datepicker  from  ' vuejs-datepicker'  ;
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments