diff --git a/.babelrc b/.babelrc deleted file mode 100644 index 3a280ba..0000000 --- a/.babelrc +++ /dev/null @@ -1,12 +0,0 @@ -{ - "presets": [ - ["env", { - "modules": false, - "targets": { - "browsers": ["> 1%", "last 2 versions", "not ie <= 8"] - } - }], - "stage-2" - ], - "plugins": ["transform-vue-jsx", "transform-runtime"] -} diff --git a/.eslintignore b/.eslintignore deleted file mode 100644 index e1fcc9c..0000000 --- a/.eslintignore +++ /dev/null @@ -1,4 +0,0 @@ -/build/ -/config/ -/dist/ -/*.js diff --git a/.eslintrc.js b/.eslintrc.js deleted file mode 100644 index 83850f5..0000000 --- a/.eslintrc.js +++ /dev/null @@ -1,29 +0,0 @@ -// https://eslint.org/docs/user-guide/configuring - -module.exports = { - root: true, - parser: 'babel-eslint', - parserOptions: { - sourceType: 'module' - }, - env: { - browser: true, - }, - // https://github.com/standard/standard/blob/master/docs/RULES-en.md - extends: 'standard', - // required to lint *.vue files - plugins: [ - 'html' - ], - // add your custom rules here - rules: { - // allow async-await - 'generator-star-spacing': 'off', - // allow debugger during development - 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', - 'semi': 0, - 'comma-dangle': 0, - 'keyword-spacing': 0, - 'space-before-function-paren': 0 - } -} diff --git a/.gitignore b/.gitignore index 8aa08cc..a09f5e8 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,5 @@ yarn-error.log* *.ntvs* *.njsproj *.sln + +.vuepress/dist \ No newline at end of file diff --git a/.postcssrc.js b/.postcssrc.js deleted file mode 100644 index eee3e92..0000000 --- a/.postcssrc.js +++ /dev/null @@ -1,10 +0,0 @@ -// https://github.com/michael-ciniawsky/postcss-load-config - -module.exports = { - "plugins": { - "postcss-import": {}, - "postcss-url": {}, - // to edit target browsers: use "browserslist" field in package.json - "autoprefixer": {} - } -} diff --git a/.vuepress/components/EditLink.vue b/.vuepress/components/EditLink.vue new file mode 100644 index 0000000..d7eee31 --- /dev/null +++ b/.vuepress/components/EditLink.vue @@ -0,0 +1,26 @@ + + + \ No newline at end of file diff --git a/src/components/partials/Hook.vue b/.vuepress/components/Hook.vue similarity index 81% rename from src/components/partials/Hook.vue rename to .vuepress/components/Hook.vue index b48c3d8..c10d524 100644 --- a/src/components/partials/Hook.vue +++ b/.vuepress/components/Hook.vue @@ -2,25 +2,27 @@ - + 1 Resolve a claim - + - + 2 Publish content - + - + 3 Support with LBC - + - + + +