Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mudmykola/vue-my-mental
My Mental
https://github.com/mudmykola/vue-my-mental
axios html-css-javascript slides ssr tailwindcss vue vuex
Last synced: 11 days ago
JSON representation
My Mental
- Host: GitHub
- URL: https://github.com/mudmykola/vue-my-mental
- Owner: mudmykola
- Created: 2024-06-22T21:59:17.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-08-11T06:37:33.000Z (5 months ago)
- Last Synced: 2024-08-11T08:43:11.063Z (5 months ago)
- Topics: axios, html-css-javascript, slides, ssr, tailwindcss, vue, vuex
- Language: Vue
- Homepage:
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Front-end project My Mental
Front-end: Vue3 + Vite + Composition API
UI library: TailwindDevelopment Server
Start the development server on http://localhost:5173:
npm run devProduction
Build the application for production:
npm run buildLocally preview production build:
npm run previewTesting
Run unit tests:
npm run test:unitThis will execute all unit tests in the project, ensuring that components and functionalities are working as expected.
Run all tests (including unit and end-to-end tests, if applicable):
npm testCI/CD
The project is integrated with GitHub Actions for continuous integration. Tests are run automatically on push and pull request events to the master branch.
Ensure that tests pass before merging changes to maintain code quality and reliability.