mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2024-11-21 18:43:04 +00:00
#493 fix
This commit is contained in:
parent
5ae1c4a3ba
commit
33412dd4c6
3 changed files with 18 additions and 2 deletions
13
DEVELOPER.md
13
DEVELOPER.md
|
@ -1,5 +1,18 @@
|
|||
# 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
|
||||
|
||||
```md
|
||||
|
|
|
@ -99,5 +99,8 @@
|
|||
"> 1%",
|
||||
"last 2 versions",
|
||||
"not dead"
|
||||
]
|
||||
],
|
||||
"volta": {
|
||||
"node": "16.13.2"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -48,7 +48,7 @@ module.exports = {
|
|||
}
|
||||
}
|
||||
|
||||
chainWebpack: config => {
|
||||
config => {
|
||||
config.module
|
||||
.rule('vue')
|
||||
.use('vue-loader')
|
||||
|
|
Loading…
Reference in a new issue