Giter Club home page Giter Club logo

test-task's Introduction

testTask

Этот шаблон разработан с помощью Vue 3 в Vite.

Как установить и запустить проект

  • Установка зависимостей
bun install
  • Запустите json-server
bun server
  • Запустите приложение в режиме разработки (перезагрузка горячего кода, отчеты об ошибках и т. д.).
bun dev
  • Форматировать файлы
bun format
  • Создайте приложение для производства
bun build

Структура директорий

📦 test-task
┣ 📂public                  # Этот директория содержит статические файлы.
┃ ┗ 📜favicon.ico
┣ 📂 src                    # Исходный код проекта
┃ ┣ 📂 assets               # Активы, которые будут обработаны сборщиком
┃ ┣ 📂 components           # UI компоненты
┃ ┣ 📂 composables          # Действия, которые несут бизнес-ценность
┃ ┣ 📂 shared               # Переиспользуемый код, не имеющий отношения к специфике приложения
┃ ┃ ┣ 📂api                 # Список всех запросов
┃ ┃ ┗ 📂types               # Список интерфейсы
┃ ┗ 📜 App.vue              # Корневой экземпляр Vue
┃ ┗ 📜 main.ts
┣ 📜 .eslintrc.cjs          # Настройки линтеров
┣ 📜 .gitignore
┣ 📜 .prettierrc.json       # Настройки prettier
┣ 📜 bun.lockb
┣ 📜 db.json                # Мок дата
┣ 📜 env.d.ts
┣ 📜 index.html
┣ 📜 json-server.json       # Конфигурация json-server
┣ 📜 package.json
┣ 📜 README.md
┣ 📜 tsconfig.app.json
┗ 📜 tsconfig.json          # Конфигурация typescript
┣ 📜 tsconfig.node.json
┣ 📜 vite.config.js         # Конфигурация Vite

test-task's People

Contributors

jonpulat-099 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.