shenchunlv c505a540ce fix:Merge branch 'main' | hai 1 ano | |
---|---|---|
assets | hai 1 ano | |
pages | hai 1 ano | |
public | hai 1 ano | |
server | hai 1 ano | |
utils | hai 1 ano | |
.gitignore | hai 1 ano | |
.npmrc | hai 1 ano | |
README.md | hai 1 ano | |
app.vue | hai 1 ano | |
nuxt.config.ts | hai 1 ano | |
package-lock.json | hai 1 ano | |
package.json | hai 1 ano | |
tsconfig.json | hai 1 ano | |
yarn.lock | hai 1 ano |
Look at the Nuxt 3 documentation to learn more.
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install
Start the development server on http://localhost:3000
npm run dev
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Check out the deployment documentation for more information.