Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandershushunov/dependency-cruiser-vue-sfc
Example project for https://github.com/sverweij/dependency-cruiser/issues/220
https://github.com/alexandershushunov/dependency-cruiser-vue-sfc
Last synced: 23 days ago
JSON representation
Example project for https://github.com/sverweij/dependency-cruiser/issues/220
- Host: GitHub
- URL: https://github.com/alexandershushunov/dependency-cruiser-vue-sfc
- Owner: AlexanderShushunov
- License: mit
- Created: 2019-12-09T08:25:20.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T02:37:52.000Z (almost 2 years ago)
- Last Synced: 2024-04-23T20:26:31.487Z (8 months ago)
- Language: JavaScript
- Size: 2.83 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Example project for the [dependency-cruiser issue](https://github.com/sverweij/dependency-cruiser/issues/220)
[dependency-cruiser](https://github.com/sverweij/dependency-cruiser) can not resolve some sass imports.
For sass `@import "_vars.scss"; @import "vars.scss"; @import "vars";` are same imports.
But dependency-cruiser can handle only `@import "_vars.scss";`## UPDATE
dependency-cruiser had some issues with Vue [SFC](https://vuejs.org/v2/guide/single-file-components.html).
This repo contains examples of SFC to check dependency-cruiser work.Using [this repo](https://github.com/samteb/vue-2-webpack-4-boilerplate) as a boilerplate.