Showing
37 changed files
with
1252 additions
and
0 deletions
.babelrc
0 → 100644
.editorconfig
0 → 100644
.eslintignore
0 → 100644
.eslintrc.js
0 → 100644
.gitignore
0 → 100644
.postcssrc.js
0 → 100644
README.md
0 → 100644
build/build.js
0 → 100644
build/check-versions.js
0 → 100644
build/logo.png
0 → 100644
6.69 KB
build/utils.js
0 → 100644
build/vue-loader.conf.js
0 → 100644
build/webpack.base.conf.js
0 → 100644
build/webpack.dev.conf.js
0 → 100644
build/webpack.prod.conf.js
0 → 100644
config/dev.env.js
0 → 100644
config/index.js
0 → 100644
config/prod.env.js
0 → 100644
config/test.env.js
0 → 100644
index.html
0 → 100644
package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
package.json
0 → 100644
src/App.vue
0 → 100644
src/assets/logo.png
0 → 100644
6.69 KB
src/components/HelloWorld.vue
0 → 100644
src/components/MyVue.vue
0 → 100644
src/main.js
0 → 100644
src/router/index.js
0 → 100644
static/.gitkeep
0 → 100644
File mode changed
test/e2e/custom-assertions/elementCount.js
0 → 100644
test/e2e/nightwatch.conf.js
0 → 100644
test/e2e/runner.js
0 → 100644
test/e2e/specs/test.js
0 → 100644
test/unit/.eslintrc
0 → 100644
test/unit/jest.conf.js
0 → 100644
test/unit/setup.js
0 → 100644
test/unit/specs/HelloWorld.spec.js
0 → 100644
-
Please register or login to post a comment