UNPKG
clockdemo
Version:
latest (0.1.4)
0.1.4
0.1.3
0.1.2
## Project setup ``` yarn install ```
clockdemo
/
src
/
router.js
11 lines
(8 loc)
•
165 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
Vue
from
'vue'
import
Router
from
'vue-router'
Vue
.
use
(
Router
)
export
default
new
Router
({
mode
:
'history'
,
base
: process.
env
.
BASE_URL
,
routes
: [] })