📸 Generate a full web-page screenshot, Website-shot provides rich interface to make any kind of web screenshots online for free with no limits.
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.
 
 
 
 
 
Go to file
Flowko e02ecee960
client: minor updates
6 months ago
.github/workflows feat: Update release process 8 months ago
.vscode adding configs in place 10 months ago
components client: minor updates 6 months ago
composables client: minor updates 6 months ago
layouts app: added color and mode switcher 6 months ago
pages client: minor updates 6 months ago
plugins app: added color and mode switcher 6 months ago
prisma refactor: real time update for cron jobs 8 months ago
public adding configs in place 10 months ago
server client: minor updates 6 months ago
utils app: added color and mode switcher 6 months ago
.dockerignore feat: added a screenshot api endpoint 9 months ago
.editorconfig adding configs in place 10 months ago
.env.example added prisma and docker support 9 months ago
.eslintignore adding configs in place 10 months ago
.eslintrc feat: Update release process 8 months ago
.gitignore feat: added a screenshot api endpoint 9 months ago
.npmrc updated to nuxt 3 10 months ago
Dockerfile feat: added a screenshot api endpoint 9 months ago
README.md updated to nuxt 3 10 months ago
app.config.ts client: minor updates 6 months ago
app.vue app: started work on ui 6 months ago
docker-compose.yaml feat: Update release process 8 months ago
nuxt.config.ts app: added color and mode switcher 6 months ago
package.json client: minor updates 6 months ago
pnpm-lock.yaml client: minor updates 6 months ago
renovate.json adding configs in place 10 months ago
tailwind.config.ts app: added color and mode switcher 6 months ago
tsconfig.json updated to nuxt 3 10 months ago

README.md

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# npm
npm install

# pnpm
pnpm install

# yarn
yarn install

Development Server

Start the development server on http://localhost:3000:

# npm
npm run dev

# pnpm
pnpm run dev

# yarn
yarn dev

Production

Build the application for production:

# npm
npm run build

# pnpm
pnpm run build

# yarn
yarn build

Locally preview production build:

# npm
npm run preview

# pnpm
pnpm run preview

# yarn
yarn preview

Check out the deployment documentation for more information.