Skip to content

Commit 8a82c79

Browse files
authored
Update README.dev.md
1 parent 10af1bb commit 8a82c79

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.dev.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@
55
## Technology stack
66

77
- [Single Page App](https://en.wikipedia.org/wiki/Single-page_application): The `cffinit` app will be a SPA. So app feels like a native app and no server-side code needs to run.
8-
- [https://www.figma.com/](https://www.figma.com/): A vector graphics and prototyping editor used to developed the wireframes and interaction designs.
8+
- [Figma](https://www.figma.com/): A vector graphics and prototyping editor used to developed the wireframes and interaction designs.
99
- [npm CLI](https://docs.npmjs.com/cli/v7): Package manager command line interface shipped with NodeJS.
1010
- [TypeScript](https://www.typescriptlang.org/): Typed JavaScript language used for lowering maintenance cost.
1111
- [Vue.js v3](https://v3.vuejs.org/): A frontend JS framework for building user interfaces.
1212
- [Vue.js Composition API](https://v3.vuejs.org/guide/composition-api-introduction.html): Is style of writing UI components to group logical concerns like state management.
1313
- [Quasar](https://quasar.dev/): A UI framework, a group of UI components, that follow [Material design guidelines](https://material.io/design) to make a coherent/pleasing user interface.
14-
- [Quasar CLI](https://quasar.dev/quasar-cli): Build and test infrastructure.
14+
- [Quasar CLI](https://quasar.dev/quasar-cli): Build and test infrastructure. Combines well with Vue.js, Quasar and jest.
1515
- [GitHub pages](https://pages.github.com/): Hosting of static HTML files. The build app (in `docs` folder) is deployed on it.
1616
- [Husky](https://typicode.github.io/husky/#/): Automaticly runs checks before pushing changes to GitHub.
1717
- [Jest](https://jestjs.io/): Testing framework to run unit tests and perform test assertions.
18-
- [highlight.js]: To syntax highlight the YAML formatted file.
18+
- [highlight.js](https://highlightjs.org/): To syntax highlight the YAML formatted file.
1919
- [ESLint](https://eslint.org/): To get constistent code style and prevent errors the industry standard linter ESLint is used.
2020

2121
The notes about how we came to this technology stack, design and personas can be found in [project-docs/](project-docs/) folder.

0 commit comments

Comments
 (0)