This commit is contained in:
2018-10-15 18:35:03 +00:00
parent 8e95ffcec9
commit 3d78520c61
2 changed files with 12 additions and 3 deletions

View File

@@ -48,11 +48,10 @@ docker ps -a
## FRONT END
UI FRAMEWORK VUE.JS
UI FRAMEWORK = VUE.JS
=-=-=-=-=-=-=-=-=-=
INSTALLATION
- Update NODE.JS FIRST!!
- https://vuejs.org/v2/guide/installation.html
@@ -72,6 +71,16 @@ VUE WEBPACK TEMPLATE
- https://vuejs-templates.github.io/webpack/
CSS PREPROCESSOR = SASS
=-=-=-=-=-=-=-=-=-=-=-=-
Sass is the most widely used, and seems to have what I need
UNIT TESTING = JEST
=-=-=-=-=-=-=-=-=-=-
Not sure how much unit testing I'll be doing as I'm more interested in the end to end perhaps, but JEST has something called snapshot tests
where you don't write the test, just capture the output and that gets made into a test, if it changes or breaks then the test will fail.
This sounds ideal to me.
## BUNDLING AND MINIFICATION
- https://docs.microsoft.com/en-us/aspnet/core/client-side/bundling-and-minification?tabs=visual-studio%2Caspnetcore2x