You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.dev.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,17 +5,17 @@
5
5
## Technology stack
6
6
7
7
-[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.
9
9
-[npm CLI](https://docs.npmjs.com/cli/v7): Package manager command line interface shipped with NodeJS.
10
10
-[TypeScript](https://www.typescriptlang.org/): Typed JavaScript language used for lowering maintenance cost.
11
11
-[Vue.js v3](https://v3.vuejs.org/): A frontend JS framework for building user interfaces.
12
12
-[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.
13
13
-[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.
15
15
-[GitHub pages](https://pages.github.com/): Hosting of static HTML files. The build app (in `docs` folder) is deployed on it.
16
16
-[Husky](https://typicode.github.io/husky/#/): Automaticly runs checks before pushing changes to GitHub.
17
17
-[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.
19
19
-[ESLint](https://eslint.org/): To get constistent code style and prevent errors the industry standard linter ESLint is used.
20
20
21
21
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