diff --git a/README.md b/README.md index 8dc05a6c5817c7bce176adf2439c09224d188388..dff6a1b72409e1552cc0830db93b0974d06bb3c6 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,8 @@ -# motion +# ShelfNote -This template should help get you started developing with Vue 3 in Vite. +Этот проект является попыткой создать аналог известного приложения Notion с возможностями, отсутствующими в вышеупомянутом приложении и желающим UI автора. Основные отличия: -## Recommended IDE Setup - -[VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (and disable Vetur). - -## Type Support for `.vue` Imports in TS - -TypeScript cannot handle type information for `.vue` imports by default, so we replace the `tsc` CLI with `vue-tsc` for type checking. In editors, we need [Volar](https://marketplace.visualstudio.com/items?itemName=Vue.volar) to make the TypeScript language service aware of `.vue` types. - -## Customize configuration - -See [Vite Configuration Reference](https://vitejs.dev/config/). +более гибкая настройка фона каждой страницы; ## Project Setup diff --git a/components.d.ts b/components.d.ts new file mode 100644 index 0000000000000000000000000000000000000000..7e9c41e3fcaff5128614a1e9147a7389b0169c81 --- /dev/null +++ b/components.d.ts @@ -0,0 +1,28 @@ +/* eslint-disable */ +// @ts-nocheck +// Generated by unplugin-vue-components +// Read more: https://github.com/vuejs/core/pull/3399 +export {} + +/* prettier-ignore */ +declare module 'vue' { + export interface GlobalComponents { + Avatar: typeof import('primevue/avatar')['default'] + Button: typeof import('primevue/button')['default'] + CreateEntityMenu: typeof import('./src/components/CreateEntityMenu.vue')['default'] + Divider: typeof import('primevue/divider')['default'] + Drawer: typeof import('primevue/drawer')['default'] + LogoAndLabel: typeof import('./src/components/LogoAndLabel.vue')['default'] + Popover: typeof import('primevue/popover')['default'] + RouterLink: typeof import('vue-router')['RouterLink'] + RouterView: typeof import('vue-router')['RouterView'] + ScrollPanel: typeof import('primevue/scrollpanel')['default'] + SpeedDial: typeof import('primevue/speeddial')['default'] + Splitter: typeof import('primevue/splitter')['default'] + SplitterPanel: typeof import('primevue/splitterpanel')['default'] + Textarea: typeof import('primevue/textarea')['default'] + TextItem: typeof import('./src/components/entities/TextItem.vue')['default'] + Tree: typeof import('primevue/tree')['default'] + UserInfoHeaderWithSettings: typeof import('./src/components/UserInfoHeaderWithSettings.vue')['default'] + } +} diff --git a/index.html b/index.html index 90af456fb60bf569181b78c8b2d7c4dd152049f1..38e220aa2716ca0197dda3b347f807a935709fcd 100644 --- a/index.html +++ b/index.html @@ -4,10 +4,11 @@ -