上传文件至 ''

master
wenjie.luo 3 years ago
parent 24b9b53950
commit bad7a4b7a4
  1. 3
      .browserslistrc
  2. 23
      .gitignore
  3. 6
      .prettierrc
  4. 23
      LICENSE
  5. 8
      babel.config.js

@ -0,0 +1,3 @@
> 1%
last 2 versions
not ie <= 8

23
.gitignore vendored

@ -0,0 +1,23 @@
.DS_Store
node_modules
/dist
example.html
favicon.ico
或然服务端
# local env files
.env.local
.env.*.local
# Log files
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Editor directories and files
.idea
.vscode
*.suo
*.ntvs*
*.njsproj
*.sln
*.sw*

@ -0,0 +1,6 @@
{
"tabWidth": 4,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 140
}

@ -1,3 +1,4 @@
<<<<<<< HEAD
MIT License MIT License
Copyright (c) 2016-2019 vue-manage-system Copyright (c) 2016-2019 vue-manage-system
@ -18,4 +19,26 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
=======
MIT License
Copyright (c) 2016-2019 vue-manage-system
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
>>>>>>> f00fa22... initial
SOFTWARE. SOFTWARE.

@ -1,5 +1,13 @@
<<<<<<< HEAD
module.exports = { module.exports = {
presets: [ presets: [
'@vue/app' '@vue/app'
] ]
} }
=======
module.exports = {
presets: [
'@vue/app'
]
}
>>>>>>> f00fa22... initial

Loading…
Cancel
Save