GitBucket
4.6.0
Toggle navigation
Sign in
Files
Branches
1
Tags
Issues
Pull Requests
Labels
Milestones
Wiki
08335
/
hivui-platform-template
hivui平台项目模板
Browse code
add
master
1 parent
d0ebc61
commit
55150bf691e36fdf86ee7b977cc7e605541c6529
caibinghong
authored
on 4 Jun 2021
Showing
4 changed files
project/hivuiLogin/App.vue
project/hivuiLogin/index.html
project/hivuiLogin/index.js
project/hivuiLogin/package.json
Ignore Space
Show notes
View
project/hivuiLogin/App.vue
0 → 100644
<template> <div> login </div> </template>
Ignore Space
Show notes
View
project/hivuiLogin/index.html
0 → 100644
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width,initial-scale=1.0"> <title>EAP5-Admin-Login</title> </head> <body> <div id="app"></div> <script type="module" src="./index.js"></script> <!-- built files will be auto injected --> </body> </html>
Ignore Space
Show notes
View
project/hivuiLogin/index.js
0 → 100644
import Vue from 'vue' import App from './App.vue' Vue.config.productionTip = false new Vue({ render: h => h(App) }).$mount('#app')
Ignore Space
Show notes
View
project/hivuiLogin/package.json
0 → 100644
{ "name": "design", "version": "1.0.0", "private": true, "scripts": {}, "dependencies": { }, "devDependencies": {} }
Show line notes below