Loading .npmignore +1 −0 Original line number Diff line number Diff line Loading @@ -10,3 +10,4 @@ babel.config.js build-copy.js CONTRIBUTING.md jsconfig.json docs docs/.npmignore 0 → 100644 +12 −0 Original line number Diff line number Diff line pids logs node_modules npm-debug.log coverage/ run dist .DS_Store .nyc_output .basement config.local.js basement_dist docs/src/.vuepress/components/Foo/Bar.vue 0 → 100644 +15 −0 Original line number Diff line number Diff line <template> <p class="demo"> {{ msg }} </p> </template> <script> export default { data () { return { msg: 'Hello this is <Foo-Bar>' } } } </script> docs/src/.vuepress/components/OtherComponent.vue 0 → 100644 +3 −0 Original line number Diff line number Diff line <template> <p class="demo">This is another component</p> </template> docs/src/.vuepress/components/demo-component.vue 0 → 100644 +15 −0 Original line number Diff line number Diff line <template> <p class="demo"> {{ msg }} </p> </template> <script> export default { data() { return { msg: 'Hello this is <demo-component>' } } } </script> Loading
.npmignore +1 −0 Original line number Diff line number Diff line Loading @@ -10,3 +10,4 @@ babel.config.js build-copy.js CONTRIBUTING.md jsconfig.json docs
docs/.npmignore 0 → 100644 +12 −0 Original line number Diff line number Diff line pids logs node_modules npm-debug.log coverage/ run dist .DS_Store .nyc_output .basement config.local.js basement_dist
docs/src/.vuepress/components/Foo/Bar.vue 0 → 100644 +15 −0 Original line number Diff line number Diff line <template> <p class="demo"> {{ msg }} </p> </template> <script> export default { data () { return { msg: 'Hello this is <Foo-Bar>' } } } </script>
docs/src/.vuepress/components/OtherComponent.vue 0 → 100644 +3 −0 Original line number Diff line number Diff line <template> <p class="demo">This is another component</p> </template>
docs/src/.vuepress/components/demo-component.vue 0 → 100644 +15 −0 Original line number Diff line number Diff line <template> <p class="demo"> {{ msg }} </p> </template> <script> export default { data() { return { msg: 'Hello this is <demo-component>' } } } </script>