flask-vue-crud icon indicating copy to clipboard operation
flask-vue-crud copied to clipboard

Usage without building / npm

Open josephernest opened this issue 3 years ago • 0 comments

For simplicity, it would be great to have a version that works without having building/packing tools.

The current version uses ... 223 MB of Node modules, and probably more: on Windows npm install stops at this point because some modules are node available for the Windows platform.

For such a simple CRUD, it would be great to have a simple version without many required libraries, do you think it is possible? A little bit like https://dzone.com/articles/vue-js-application-without-build

josephernest avatar Mar 30 '22 09:03 josephernest