- Notifications
You must be signed in to change notification settings - Fork0
Conjunto de herramientas
NotificationsYou must be signed in to change notification settings
Armando-Lopez/toutils
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Look at theNuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarnyarn install# npmnpm install# pnpmpnpm install
Start the development server onhttp://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out thedeployment documentation for more information.