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/index.html b/index.html index b5ded2bb6ccd544955566f49353af630f587c2d0..d1c0ae6b8441c103fb74237dd006bd11b827b6ad 100644 --- a/index.html +++ b/index.html @@ -5,10 +5,10 @@ - Motion + ShelfNote -
- +
+ - + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index edc563e4533eed503b378f85ea7e8aa8b3548a5a..6f490cb7a8595cf33c62d392f4fe34b0fd99903c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "motion", + "name": "ShelfNote", "version": "0.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "motion", + "name": "ShelfNote", "version": "0.0.0", "dependencies": { "@primevue/themes": "^4.0.4", diff --git a/package.json b/package.json index 0dde2d7439ff4ddc46a7edd311a2dd1a59cab0f5..0b289c80a2c2b323250bc1131b67c8042b580bdd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "motion", + "name": "shelf-note", "version": "0.0.0", "private": true, "type": "module", diff --git a/src/App.vue b/src/App.vue index 6c57214eb700e12acefcf1d56cbacc2113efed44..f084b516619dabc2c6082162fbb3a2a1d0dfdd4e 100644 --- a/src/App.vue +++ b/src/App.vue @@ -6,7 +6,7 @@ const visible = ref(false);