forked from potsda.mn/mobilizon
(doc) specify latest LTS and later as baseline
This commit is contained in:
parent
8feb6627c5
commit
52a6bda1b0
|
@ -35,7 +35,7 @@ and see the website (server *and* client) in action.
|
||||||
If you plan to specifically change the client side (frontend), do the following
|
If you plan to specifically change the client side (frontend), do the following
|
||||||
once the server is running:
|
once the server is running:
|
||||||
|
|
||||||
* Install the latest version of NodeJS ![](https://img.shields.io/badge/node-%3E%3D%2011.4.0-brightgreen.svg)
|
* Install the NodeJS (we guarantee support for the latest LTS and later) ![](https://img.shields.io/badge/node-%3E%3D%2010.0+-brightgreen.svg)
|
||||||
* Change directory to `js/` and do:
|
* Change directory to `js/` and do:
|
||||||
* Install JavaScript package dependencies: `npm install`.
|
* Install JavaScript package dependencies: `npm install`.
|
||||||
* Run the developement server in watch mode: `npm run dev`. This will open a
|
* Run the developement server in watch mode: `npm run dev`. This will open a
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"engines" : {
|
"engines" : {
|
||||||
"node" : ">=11.4.0"
|
"node" : ">=10.0.0"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "vue-cli-service serve",
|
"dev": "vue-cli-service serve",
|
||||||
|
|
Loading…
Reference in a new issue