
aym-ui 是基于Vue 的移动端组件库
The 爱又米专用VUE组件库, known as aym-ui, is a dedicated mobile component library that leverages the power of Vue.js. Designed specifically for a seamless user experience on mobile devices, aym-ui simplifies the development process by providing a collection of high-quality, ready-to-use components that can be easily integrated into your projects. This library not only enhances efficiency but also maintains a structured approach to mobile UI development.
With comprehensive documentation and various build commands, aym-ui offers developers the flexibility and convenience needed for modern application development. Whether you're working on a new project from scratch or enhancing an existing one, this component library supports both full and on-demand imports, allowing for better management of your application's resources.
Vue-based: Built on the popular Vue.js framework, making it an excellent choice for developers already familiar with Vue.
Mobile Optimized: Specifically designed for mobile devices, ensuring components look great and function well on smaller screens.
Comprehensive Documentation: Detailed instructions and examples are available, helping developers understand how to effectively use the library.
Flexible Import Options: Supports both full imports and on-demand imports, allowing you to include only the components you need, thus minimizing the final bundle size.
Real-time Preview: With the development server, any changes to components can be viewed in real-time, enhancing the development workflow.
Build Processes: Simplified build commands allow for easy setup and deployment of your library and documentation.
Easy Component Creation: The library includes templates for quickly creating new components, streamlining the development process.

Vue.js is a lightweight and flexible JavaScript framework that allows developers to easily build dynamic and reactive user interfaces. Its intuitive syntax, modular architecture, and focus on performance make it a popular choice for modern web development.
SCSS is a preprocessor scripting language that extends the capabilities of CSS by adding features such as variables, nesting, and mixins. It allows developers to write more efficient and maintainable CSS code, and helps to streamline the development process by reducing repetition and increasing reusability.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Gridsome is a Vue.js-based static site generator that makes it easy to build fast and flexible websites and applications by leveraging modern web technologies like GraphQL, Webpack, and hot reloading
Webpack is a popular open-source module bundler for JavaScript applications that bundles and optimizes the code and its dependencies for production-ready deployment. It can also be used to transform other types of assets such as CSS, images, and fonts.