Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hoachnt/fsd-vue-antd
Example
https://github.com/hoachnt/fsd-vue-antd
fsd typescript vue vuejs
Last synced: 3 days ago
JSON representation
Example
- Host: GitHub
- URL: https://github.com/hoachnt/fsd-vue-antd
- Owner: hoachnt
- Created: 2023-04-25T06:18:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-26T10:07:18.000Z (8 months ago)
- Last Synced: 2024-04-23T05:18:11.549Z (7 months ago)
- Topics: fsd, typescript, vue, vuejs
- Language: Vue
- Homepage: https://fsd-tasks.netlify.app/
- Size: 610 KB
- Stars: 19
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Feature Sliced Design + vite + vue
FSD (Sliced Design Feature) is a new front end architecture for large projects and this architecture is simply the best for me.
## What is FSD?
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](https://feature-sliced.design/assets/images/visual_schema-e826067f573946613dcdc76e3f585082.jpg)
[Official website](https://feature-sliced.design/docs/get-started/overview)