scolapicchioni / spa20

PWA - ASP.NET Core 2.0 - VueJs 2 - IdentityServer 4 - Material Design
34 stars 8 forks source link

Error when adding MDC in Lab03 #1

Closed chrisgundersen closed 6 years ago

chrisgundersen commented 6 years ago

I'm getting the following error in theme.scss in Lab03:

error  in ./src/theme.scss

Module build failed:
@import "vue-mdc-adapter/dist/styles";
^
      File to import not found or unreadable: vue-mdc-adapter/dist/styles.
      in /path/to/my/code/src/theme.scss (line 10, column 1)

 @ ./src/theme.scss 4:14-139 13:3-17:5 14:22-147
 @ ./src/main.js
 @ multi ./build/dev-client ./src/main.js

I saw this issue about the components directory not being a thing anymore. Any ideas?

chrisgundersen commented 6 years ago

I think I fixed it - the components directory was removed from vue-mdc-adapter in v0.15.3. Submitted a PR at https://github.com/scolapicchioni/spa20/pull/2