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.
pranavxc
87d25f16b2
|
8 months ago | |
---|---|---|
.. | ||
assets | 8 months ago | |
components | 8 months ago | |
composables | 8 months ago | |
context | 9 months ago | |
helpers | 10 months ago | |
lang | 8 months ago | |
layouts | 9 months ago | |
lib | 8 months ago | |
middleware | 8 months ago | |
pages | 8 months ago | |
plugins | 9 months ago | |
public | 9 months ago | |
store | 8 months ago | |
test | 1 year ago | |
utils | 8 months ago | |
workers | 1 year ago | |
.eslintrc.js | 9 months ago | |
.gitignore | ||
.prettierrc | ||
LICENSE | 2 years ago | |
README.md | ||
app.vue | 8 months ago | |
components.d.ts | 9 months ago | |
github-star.shims.d.ts | ||
httpsnippet-shims.d.ts | ||
nuxt-shim.d.ts | 12 months ago | |
nuxt.config.ts | 8 months ago | |
package.json | 8 months ago | |
tsconfig.json | 9 months ago | |
vue-color-shims.d.ts | ||
web-types.json | 2 years ago | |
windi.config.ts | 9 months 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.