Arco Design Pro for Vue is an opinionated, out-of-the-box frontend solution for building mid/back-office management systems, built upon the Arco Design Vue component library. It targets modern web development with Vue 3, Pinia for state management, and full TypeScript support. The project provides over 16 page templates covering common scenarios like tables, lists, forms, and dashboards, alongside features such as extensive theming options (including dark mode), built-in internationalization, and a robust mock API solution for development. The current stable version is 2.7.3. As a "Pro" template, it typically sees regular updates and maintenance to keep pace with its underlying dependencies and introduce new features. Its key differentiators include its deep integration with the Arco Design ecosystem, a comprehensive set of pre-built templates, and a focus on enterprise-grade features and developer experience.
npm install arco-design-pro-vueVerified import paths — ran on the pinned version, not inferred.
Demonstrates the typical workflow to initialize a new Arco Design Pro Vue project, install its dependencies, and start the development server.
For existing Vue 2 projects, it is recommended to start a new project with `arco init` and migrate components manually, rather than attempting an in-place upgrade.
Always review the changelog for `arco-design-pro-vue` and the official Vite migration guides when upgrading to ensure compatibility with your project's build setup. Test thoroughly after upgrades.
Run `npm i arco-cli@latest yarn -g` to ensure the command-line interface tool is available in your system's PATH.
For components not parsed by auto-import plugins, ensure you manually import their CSS: `import '@arco-design/web-vue/es/message/style/css.js'`.
Check the `engines` field in the generated project's `package.json` or the official Arco Design Pro documentation for recommended Node.js versions. Tools like `nvm` or `mise` can help manage Node.js versions.
Run `npm i arco-cli@latest yarn -g` to install the Arco CLI globally.
Navigate into your project directory (`cd my-arco-pro-project`) and run `yarn install` or `npm install`.
Either stop the process using the port or configure your `vite.config.ts` to use a different port (e.g., `server: { port: 3001 }`).No dependency data recorded yet.