You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

13 lines
351 B

  1. require('../node_modules/bootstrap/dist/css/bootstrap.css');
  2. require('../node_modules/font-awesome/css/font-awesome.min.css');
  3. require('../node_modules/bootstrap/dist/js/umd/collapse.js');
  4. var Vue = require('vue');
  5. Vue.config.debug = true;
  6. require('./locales.js');
  7. require('./router.js');
  8. var Resource = require('vue-resource');
  9. Vue.use(Resource);