Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

Front-end project My Mental

Front-end: Vue3 + Vite + Composition API
UI library: Tailwind

Development Server

Start the development server on http://localhost:5173:
npm run dev

Production

Build the application for production:
npm run build

Locally preview production build:
npm run preview

Testing

Run unit tests:
npm run test:unit

This 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 test

CI/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.