Proyecto para la empresa rudani para la gestion de almacenes y produccion de una planta.
- 📄 Docs
- 🚨 Issues
- 🏬 Store
- 🎮 Playground
- 💬 Discord
Configure su proyecto utilizando su administrador de paquetes preferido. Utilice el comando correspondiente para instalar las dependencias:
Package Manager | Command |
---|---|
yarn | yarn install |
npm | npm install |
pnpm | pnpm install |
bun | bun install |
Después de completar la instalación, su entorno estará listo para el desarrollo de Vuetify.
- 🖼️ Optimized Front-End Stack: Leverage the latest Vue 3 and Vuetify 3 for a modern, reactive UI development experience. Vue 3 | Vuetify 3
- 🗃️ State Management: Integrated with Pinia, the intuitive, modular state management solution for Vue.
- 🚦 Routing and Layouts: Utilizes Vue Router for SPA navigation and vite-plugin-vue-layouts for organizing Vue file layouts. Vue Router | vite-plugin-vue-layouts
- ⚡ Next-Gen Tooling: Powered by Vite, experience fast cold starts and instant HMR (Hot Module Replacement). Vite
- 🧩 Automated Component Importing: Streamline your workflow with unplugin-vue-components, automatically importing components as you use them. unplugin-vue-components
These features are curated to provide a seamless development experience from setup to deployment, ensuring that your Vuetify application is both powerful and maintainable.
This section covers how to start the development server and build your project for production.
Para iniciar el servidor de desarrollo con recarga en caliente, ejecute el siguiente comando. El servidor será accesible en http://localhost:3849:
npm run dev
(Repeat for npm, pnpm, and bun with respective commands.)
Add NODE_OPTIONS='--no-warnings' to suppress the JSON import warnings that happen as part of the Vuetify import mapping. If you are on Node v21.3.0 or higher, you can change this to NODE_OPTIONS='--disable-warning=5401'. If you don't mind the warning, you can remove this from your package.json dev script.
Para construir su proyecto para producción, use:
npm run build
(Repita para npm, pnpm y bun con los comandos respectivos).
Una vez que se complete el proceso de compilación, su aplicación estará lista para su implementación en un entorno de producción.
Este proyecto está construido con Vuetify, una biblioteca de interfaz de usuario con una colección completa de componentes de Vue. Vuetify es un proyecto de código abierto con licencia del MIT que ha sido posible gracias a las generosas contribuciones de nuestros [patrocinadores y patrocinadores] (https://vuetifyjs.com/introduction/sponsors-and-backers/). Si está interesado en apoyar este proyecto, considere:
- Requesting Enterprise Support
- Sponsoring John on Github
- Sponsoring Kael on Github
- Supporting the team on Open Collective
- Becoming a sponsor on Patreon
- Becoming a subscriber on Tidelift
- Making a one-time donation with Paypal
Copyright (c) 2024 RISACMP, LLC