LuenCC / docker-nuxt-boilerplate

Dockerized Nuxt3 Boilerplate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dockerized Nuxt3 Boilerplate

A boilerplate for Nuxt users who develop using Docker on their computer. It can be customized as development and production and you can reach the result without any effort.

You can change it according to your purpose if you want.


CMake Detection

I added a makefile to quickly execute the project's commands. You must run the following code to use this file on your computer.

make --version

Output:

GNU Make 3.81
Copyright (C) 2006  Free Software Foundation, Inc.
This is free software; see the source for copying conditions.
There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE.

This program built for i386-apple-darwin11.3.0

It's all right. Now, you can run the following commands.

Note: If you couldn't run the makefile and want to use it, go here to install it.

Development:

make dev

Development, build and force recreate :

make dev-bfc

Production:

make prod

Production, build and force recreate:

make prod-bfc

To add more Makefile commands go here and learn.

About

Dockerized Nuxt3 Boilerplate

License:GNU General Public License v3.0


Languages

Language:Makefile 66.7%Language:TypeScript 19.9%Language:Vue 13.4%