Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
goodluck
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fukai
goodluck
Commits
509663e8
Commit
509663e8
authored
Dec 27, 2019
by
zhangyongfeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
copyright
parent
9ed78b34
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
14 additions
and
23 deletions
+14
-23
README.md
README.md
+2
-23
package.json
package.json
+1
-0
App.vue
src/App.vue
+11
-0
No files found.
README.md
View file @
509663e8
#
luckydraw
#
年会抽奖
## Project setup
```
npm install
```
### Compiles and hot-reloads for development
```
npm run serve
```
### Compiles and minifies for production
```
npm run build
```
### Lints and fixes files
```
npm run lint
```
### Customize configuration
See
[
Configuration Reference
](
https://cli.vuejs.org/config/
)
.
[
演示地址
](
https://vitozyf.github.io/lucky-draw/index.html#/?tdsourcetag=s_pctim_aiomsg
)
package.json
View file @
509663e8
...
...
@@ -2,6 +2,7 @@
"name"
:
"
luckydraw
"
,
"version"
:
"0.1.0"
,
"private"
:
true
,
"license"
:
"
MIT
"
,
"scripts"
:
{
"dev"
:
"vue-cli-service serve"
,
"serve"
:
"vue-cli-service serve"
,
...
...
src/App.vue
View file @
509663e8
...
...
@@ -34,6 +34,10 @@
<LotteryConfig
:visible
.
sync=
"showConfig"
@
resetconfig=
"reloadTagCanvas"
/>
<Tool
@
toggle=
"toggle"
:running=
"running"
/>
<Result
:visible
.
sync=
"showResult"
></Result>
<span
class=
"copy-right"
>
Copyright©zhangyongfeng5350@gmail.com
</span>
</div>
</
template
>
<
script
>
...
...
@@ -236,6 +240,13 @@ export default {
}
}
}
.copy-right
{
position
:
absolute
;
right
:
0
;
bottom
:
0
;
color
:
#ccc
;
font-size
:
12px
;
}
}
#main
{
height
:
100%
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment