arktosk / vue-jss-plugin

JSS plugin implementation for Vue.js
MIT License
24 stars 1 forks source link

Remove Lerna from the project #7

Closed arktosk closed 4 years ago

arktosk commented 4 years ago

Remove Lerna from the project, because it is a really simple plugin and the monorepo structure unnecessary complicate the project.

An idea for the project structure:

~root
|--- .github
|  |--- actions
|  |--- workflows
|  |--- pages <-- the example project
|--- src
|
.
.
.