lollipopfly / polka

Book library

Home Page:https://polka-fsd.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polka - Vue 3, Feature-Sliced Design

Polka - is Feature-Sliced Design + Vue 3 example. The application is a bookshelf where you can add your favorite and read books. The application works with the Google Books API.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

About Feature-Sliced Design

Feature-Sliced Design (FSD) is an architectural methodology for scaffolding front-end applications. Simply put, it's a compilation of rules and conventions on organizing code. The main purpose of this methodology is to make the project more understandable and structured in the face of ever-changing business requirements.

how fsd looks like Scheme of Feature-Sliced Design

Information provided by Feature-Sliced Design

About

Book library

https://polka-fsd.netlify.app


Languages

Language:Vue 53.6%Language:TypeScript 40.2%Language:HTML 2.4%Language:CSS 2.0%Language:JavaScript 1.8%