docs: add new component docs

This commit is contained in:
Eric Liu 2020-10-02 20:13:02 -07:00
commit 2008d0035f
130 changed files with 6662 additions and 3801 deletions

11
docs/vite.config.js Normal file
View file

@ -0,0 +1,11 @@
module.exports = {
optimizeDeps: {
include: [
"flatpickr",
"flatpickr/dist/l10n/index.js",
"flatpickr/dist/plugins/rangePlugin",
"clipboard-copy",
],
exclude: ["@sveltech/routify"],
},
};