Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
V
vipSupplier
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王淑敏
vipSupplier
Commits
d0efbbe1
Commit
d0efbbe1
authored
Oct 23, 2020
by
chuzhixin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
🎨
Add comments
parent
56e4805c
Show whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
29 additions
and
3 deletions
+29
-3
.stylelintrc.js
+4
-0
babel.config.js
+4
-0
deploy.sh
+1
-0
plopfile.js
+4
-1
prettier.config.js
+5
-0
push.sh
+2
-1
vue.config.js
+5
-0
webstorm.config.js
+4
-1
No files found.
.stylelintrc.js
View file @
d0efbbe1
/**
* @author chuzhixin 1204505056@qq.com (不想保留author可删除)
* @description stylelint
*/
module
.
exports
=
{
module
.
exports
=
{
extends
:
[
'stylelint-config-recess-order'
,
'stylelint-config-prettier'
],
extends
:
[
'stylelint-config-recess-order'
,
'stylelint-config-prettier'
],
}
}
babel.config.js
View file @
d0efbbe1
/**
* @author chuzhixin 1204505056@qq.com (不想保留author可删除)
* @description babel.config
*/
module
.
exports
=
{
module
.
exports
=
{
presets
:
[
'@vue/cli-plugin-babel/preset'
],
presets
:
[
'@vue/cli-plugin-babel/preset'
],
}
}
deploy.sh
View file @
d0efbbe1
#强制推送
#!/usr/bin/env bash
#!/usr/bin/env bash
set
-e
set
-e
npm run build
npm run build
...
...
plopfile.js
View file @
d0efbbe1
/**
* @author chuzhixin 1204505056@qq.com (不想保留author可删除)
* @description 代码生成机
*/
const
viewGenerator
=
require
(
'zx-templates/view/prompt'
)
const
viewGenerator
=
require
(
'zx-templates/view/prompt'
)
const
curdGenerator
=
require
(
'zx-templates/curd/prompt'
)
const
curdGenerator
=
require
(
'zx-templates/curd/prompt'
)
const
componentGenerator
=
require
(
'zx-templates/component/prompt'
)
const
componentGenerator
=
require
(
'zx-templates/component/prompt'
)
const
mockGenerator
=
require
(
'zx-templates/mock/prompt'
)
const
mockGenerator
=
require
(
'zx-templates/mock/prompt'
)
const
vuexGenerator
=
require
(
'zx-templates/vuex/prompt'
)
const
vuexGenerator
=
require
(
'zx-templates/vuex/prompt'
)
module
.
exports
=
(
plop
)
=>
{
module
.
exports
=
(
plop
)
=>
{
plop
.
setGenerator
(
'view'
,
viewGenerator
)
plop
.
setGenerator
(
'view'
,
viewGenerator
)
plop
.
setGenerator
(
'curd'
,
curdGenerator
)
plop
.
setGenerator
(
'curd'
,
curdGenerator
)
...
...
prettier.config.js
View file @
d0efbbe1
/**
* @author chuzhixin 1204505056@qq.com (不想保留author可删除)
* @description 代码规范
*/
module
.
exports
=
{
module
.
exports
=
{
printWidth
:
80
,
printWidth
:
80
,
tabWidth
:
2
,
tabWidth
:
2
,
...
...
push.sh
View file @
d0efbbe1
#强制推送
#!/usr/bin/env bash
#!/usr/bin/env bash
set
-e
set
-e
git init
git init
git add
-A
git add
-A
git commit
-m
'🎉
🎉🎉仓库重置到2020年9月29日,Vue2.6最后一个版本,之前版本不再支持,具体请查阅文档,Vue 3.0版本即将发布请耐心等待!!!
'
git commit
-m
'🎉
deploy
'
git push
-f
"https://
${
access_token
}
@github.com/chuzhixin/vue-admin-beautiful.git"
master
git push
-f
"https://
${
access_token
}
@github.com/chuzhixin/vue-admin-beautiful.git"
master
exec
/bin/bash
exec
/bin/bash
...
...
vue.config.js
View file @
d0efbbe1
/**
* @author chuzhixin 1204505056@qq.com (不想保留author可删除)
* @description cli配置
*/
const
path
=
require
(
'path'
)
const
path
=
require
(
'path'
)
const
{
const
{
publicPath
,
publicPath
,
...
...
webstorm.config.js
View file @
d0efbbe1
'use strict'
/**
* @author chuzhixin 1204505056@qq.com (不想保留author可删除)
* @description webstorm.config
*/
const
webpackConfig
=
require
(
'@vue/cli-service/webpack.config.js'
)
const
webpackConfig
=
require
(
'@vue/cli-service/webpack.config.js'
)
module
.
exports
=
webpackConfig
module
.
exports
=
webpackConfig
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