DrSensor / vue-authoring-template

Vue project template for authoring component and their use case
MIT License
13 stars 5 forks source link

Rearrange file code into src folder #8

Closed DrSensor closed 6 years ago

DrSensor commented 6 years ago

Why? Take a look at this

screenshot from 2018-01-14 14-14-43

Yes, components/ and stories/ separated by node_modules. This is why most of Vue project template that are not related to config are placed in src/. So there is need to rearrange to be like

project_root
│
.
.
└── src
│   ├── components/
.   ├── mixins/
.   ├── stories/
    └── utils/