This commit is contained in:
Tommy Mikkelsen 2023-01-01 22:25:12 +01:00
parent 5ae1c4a3ba
commit 33412dd4c6
3 changed files with 18 additions and 2 deletions

View file

@ -1,5 +1,18 @@
# webtools-ng # webtools-ng
Requerement:
* Install Visual Studio Code ( https://code.visualstudio.com/download )
* Install Volta ( https://volta.sh)
* If Windows, then enable Developer mode first( https://learn.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development#accessing-settings-for-developers )
* Install latest version of node.js
* Make sure to create the .env.local ( See /docs/devs/Dev Secrets.md )
General recommendation:
* Enable SSH Keys for Github ( https://docs.github.com/en/authentication/connecting-to-github-with-ssh )
If Windows Recommended:
* Install Git Bash ( https://gitforwindows.org/ )
## Project setup ## Project setup
```md ```md

View file

@ -99,5 +99,8 @@
"> 1%", "> 1%",
"last 2 versions", "last 2 versions",
"not dead" "not dead"
] ],
"volta": {
"node": "16.13.2"
}
} }

View file

@ -48,7 +48,7 @@ module.exports = {
} }
} }
chainWebpack: config => { config => {
config.module config.module
.rule('vue') .rule('vue')
.use('vue-loader') .use('vue-loader')