Skip to content

Commit

Permalink
feat(list): vuetable-2 -> vue-tables-2
Browse files Browse the repository at this point in the history
  • Loading branch information
popstas committed Aug 15, 2018
1 parent 36d10da commit 7690242
Show file tree
Hide file tree
Showing 16 changed files with 520 additions and 215 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,3 @@ $ npm run generate
```

Проект собран, чтобы запускаться на https://dev.viasite.ru/viasite-projects/


9 changes: 0 additions & 9 deletions assets/README.md

This file was deleted.

80 changes: 0 additions & 80 deletions components/AppLogo.vue

This file was deleted.

7 changes: 0 additions & 7 deletions components/README.md

This file was deleted.

9 changes: 0 additions & 9 deletions layouts/README.md

This file was deleted.

10 changes: 0 additions & 10 deletions middleware/README.md

This file was deleted.

5 changes: 3 additions & 2 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
],

plugins: [
{ src: '@/plugins/vuetable', ssr: false },
{ src: '@/plugins/vue-tables', ssr: false },
],

router: {
Expand All @@ -25,7 +25,8 @@ module.exports = {
{ hid: 'description', name: 'description', content: 'Display sites.json as table' }
],
link: [
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' }
{ rel: 'icon', type: 'image/x-icon', href: '/favicon.ico' },
{ rel: 'stylesheet', href: 'https://stackpath.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css' }
]
},
/*
Expand Down
Loading

0 comments on commit 7690242

Please sign in to comment.