We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1e290e commit b87cc0bCopy full SHA for b87cc0b
README.md
@@ -20,7 +20,8 @@ $ make run
20
If you prefer, use docker to start all the projects, run these commands:
21
22
```bash
23
-$ make start
+$ make docker-build
24
+$ make docker-start
25
```
26
27
___
mp.sh
packages/dashboard/src/router/index.js
@@ -7,7 +7,7 @@ Vue.use(VueRouter);
7
8
const routes = [
9
{
10
- path: '/dashboard/home',
+ path: '/dashboard',
11
name: 'dashboard-home',
12
component: Home,
13
},
packages/portal/src/store/index.js
@@ -15,7 +15,7 @@ const applications = [
15
16
name: 'dashboard',
17
icon: 'fas fa-home',
18
- to: '/dashboard/home',
+ to: '/dashboard',
19
name: 'about',
0 commit comments