Add some Vue related components. Prep for inclusion of passport and other tools.

This commit is contained in:
James Cole
2018-01-31 17:55:49 +01:00
parent d0e0054b00
commit e3d6f4f00f
11 changed files with 14561 additions and 4 deletions

9
resources/assets/sass/app.scss vendored Normal file
View File

@@ -0,0 +1,9 @@
// Fonts
@import url("https://fonts.googleapis.com/css?family=Raleway:300,400,600");
// Variables
@import "variables";
// Bootstrap
@import "~bootstrap-sass/assets/stylesheets/bootstrap";