1.0.25 • Published 12 months ago

@iskala/create-nuxt-start v1.0.25

Weekly downloads
-
License
ISC
Repository
-
Last release
12 months ago

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup With Docker

Make sure to install the dependencies:

# Dev or Prod
docker build -t frontend --target dev .

# Run docker container (Add -d flag for no console watcher)
docker run -p 3000:3000 -v $(pwd):/var/www --name frontend frontend

Setup Development

Make sure to install the dependencies:

bun install
bun run dev

Setup Production

Build the application for production:

bun run build
bun run preview

Использовать pm2 или dumb-init для docker

Check out the deployment documentation for more information.

1.0.25

12 months ago

1.0.24

1 year ago

1.0.22

1 year ago

1.0.21

1 year ago

1.0.23

1 year ago

1.0.19

1 year ago

1.0.18

1 year ago

1.0.17

1 year ago

1.0.16

1 year ago

1.0.20

1 year ago

1.0.15

1 year ago

1.0.14

1 year ago

1.0.13

1 year ago

1.0.11

1 year ago

1.0.12

1 year ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago