This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
songwritersg
/
vue-project
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1
Commit
1
Branch
0
Tags
215 KiB
JavaScript
59.2%
Vue
40.2%
HTML
0.6%
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
vue-project
/
back-end
/
app
/
index.js
5 lines
113 B
Raw
Permalink
Blame
History
// core.js 파일을 로드한다.
const
app
=
require
(
'./core/core'
)
// 웹서버를 가동한다.
app
.
start
(
)
;
Reference in new issue