Skip to content

Commit 74e05c0

Browse files
Update ReadMe & few minor corrections
1 parent b972645 commit 74e05c0

File tree

3 files changed

+84
-84
lines changed

3 files changed

+84
-84
lines changed

README.md

+11-2
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,17 @@
55
+ The routes can be served both via vue-router and echo router
66

77
# How to use
8-
To use the boilerplate, run the below file
8+
To use the boilerplate,
9+
+ Clone the repository
10+
+ Install the npm packages
911
```
12+
cd client
13+
npm install
14+
```
15+
+ run the below file
16+
```
17+
cd ..
1018
/bin/sh run.sh
1119
```
12-
Navigate to http://localhost:8082 to access the web
20+
21+
+ Navigate to http://localhost:8082 to access the web

client/package-lock.json

+72-81
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/src/router/routes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default [
44
{
55
path: '/',
66
component: home,
7-
name: 'HelloWorld'
7+
name: 'home'
88
},
99
{
1010
path: '/second',

0 commit comments

Comments
 (0)