Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Mobilizon
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TeDomum
Mobilizon
Commits
52a6bda1
Commit
52a6bda1
authored
6 years ago
by
Rigel Kent
Browse files
Options
Downloads
Patches
Plain Diff
(doc) specify latest LTS and later as baseline
parent
8feb6627
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+1
-1
1 addition, 1 deletion
README.md
js/package.json
+1
-1
1 addition, 1 deletion
js/package.json
with
2 additions
and
2 deletions
README.md
+
1
−
1
View file @
52a6bda1
...
...
@@ -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
once the server is running:
*
Install the
latest version of NodeJS
!
[](
https://img.shields.io/badge/node-%3E%3D%201
1.4
.0-brightgreen.svg
)
*
Install the
NodeJS (we guarantee support for the latest LTS and later)
!
[](
https://img.shields.io/badge/node-%3E%3D%201
0
.0
+
-brightgreen.svg
)
*
Change directory to
`js/`
and do:
*
Install JavaScript package dependencies:
`npm install`
.
*
Run the developement server in watch mode:
`npm run dev`
. This will open a
...
...
This diff is collapsed.
Click to expand it.
js/package.json
+
1
−
1
View file @
52a6bda1
...
...
@@ -3,7 +3,7 @@
"version"
:
"0.1.0"
,
"private"
:
true
,
"engines"
:
{
"node"
:
">=1
1.4
.0"
"node"
:
">=1
0.0
.0"
},
"scripts"
:
{
"dev"
:
"vue-cli-service serve"
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment