### Install Project Dependencies Source: https://github.com/shenxji/fxy-open-source-financial-software-erp/blob/master/front-end/README.md Installs all the necessary dependencies for the project. Run this command after cloning the repository. ```bash yarn install ``` -------------------------------- ### Start Development Server Source: https://github.com/shenxji/fxy-open-source-financial-software-erp/blob/master/front-end/README.md Compiles the project and starts a hot-reloading development server. Use this for active development. ```bash yarn run serve ``` -------------------------------- ### Build for Production Source: https://github.com/shenxji/fxy-open-source-financial-software-erp/blob/master/front-end/README.md Compiles and minifies the project for production deployment. This generates optimized assets. ```bash yarn run build ``` -------------------------------- ### Run Tests Source: https://github.com/shenxji/fxy-open-source-financial-software-erp/blob/master/front-end/README.md Executes the project's test suite. Ensure all tests pass before merging changes. ```bash yarn run test ``` -------------------------------- ### Lint and Fix Files Source: https://github.com/shenxji/fxy-open-source-financial-software-erp/blob/master/front-end/README.md Runs the linter to check for code style issues and automatically fixes them. Maintains code quality and consistency. ```bash yarn run lint ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.