mirror of https://github.com/nocodb/nocodb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mertmit
0663e94a64
|
12 months ago | |
---|---|---|
.. | ||
assets | 12 months ago | |
components | 12 months ago | |
composables | 12 months ago | |
context | 1 year ago | |
helpers/parsers | 1 year ago | |
lang | 12 months ago | |
layouts | 1 year ago | |
lib | 1 year ago | |
middleware | 1 year ago | |
pages | 1 year ago | |
plugins | 1 year ago | |
public | 1 year ago | |
store | 12 months ago | |
test | 1 year ago | |
utils | 12 months ago | |
workers | 1 year ago | |
.eslintrc.js | ||
.gitignore | ||
.prettierrc | ||
LICENSE | ||
README.md | ||
app.vue | 1 year ago | |
components.d.ts | 12 months ago | |
github-star.shims.d.ts | ||
httpsnippet-shims.d.ts | ||
nuxt-shim.d.ts | 1 year ago | |
nuxt.config.ts | 1 year ago | |
package.json | 12 months ago | |
tsconfig.json | 1 year ago | |
vue-color-shims.d.ts | ||
web-types.json | 2 years ago | |
windi.config.ts | 1 year ago |
README.md
Nuxt 3 Minimal Starter
Look at the nuxt 3 documentation to learn more.
Setup
Make sure to install the dependencies:
# yarn
yarn install
# npm
npm install
# pnpm
pnpm install --shamefully-hoist
Development Server
Start the development server on http://localhost:3000
npm run dev
Production
Build the application for production:
npm run build
Locally preview production build:
npm run preview
Checkout the deployment documentation for more information.