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