|
5 天之前 | |
---|---|---|
.. | ||
addon | 5 天之前 | |
app | 5 天之前 | |
assets | 5 天之前 | |
components | 5 天之前 | |
composables | 2 周之前 | |
lang | 5 天之前 | |
layouts | 5 天之前 | |
middleware | 5 天之前 | |
plugins | 5 天之前 | |
public | 2 周之前 | |
stores | 5 天之前 | |
types | 2 周之前 | |
utils | 2 周之前 | |
.gitignore | 2 周之前 | |
.npmrc | 2 周之前 | |
README.md | 2 周之前 | |
app.vue | 2 周之前 | |
nuxt.config.ts | 2 周之前 | |
package-lock.json | 5 天之前 | |
package.json | 5 天之前 | |
publish.cjs | 2 周之前 | |
tsconfig.json | 2 周之前 | |
windi.config.ts | 2 周之前 |
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.