mirror of
https://github.com/Luzifer/cc-esbuild-vue.git
synced 2024-11-08 10:30:04 +00:00
Cookiecutter project template for a Vue.js / ESBuild single-page application
{{cookiecutter.folder_name}} | ||
cookiecutter.json | ||
LICENSE | ||
README.md |
Luzifer / cc-esbuild-vue
This repository contains a cookiecutter project template for a Vue.js / ESBuild single-page application.
It can be initialized into a new project as follows:
# cookiecutter gh:Luzifer/cc-esbuild-vue
folder_name [myfolder]:
main_component_name [MyFolder]:
output_folder_name [public]:
# l --tree myfolder
drwxr-xr-x - luzifer luzifer 3 Dec 17:52 myfolder
drwxr-xr-x - luzifer luzifer 3 Dec 17:52 ├── ci
.rw-r--r-- 404 luzifer luzifer 3 Dec 17:52 │ └── build.mjs
.rw-r--r-- 168 luzifer luzifer 3 Dec 17:52 ├── Makefile
.rw-r--r-- 350 luzifer luzifer 3 Dec 17:52 ├── package.json
drwxr-xr-x - luzifer luzifer 3 Dec 17:52 ├── public
.rw-r--r-- 380 luzifer luzifer 3 Dec 17:52 │ └── index.html
drwxr-xr-x - luzifer luzifer 3 Dec 17:52 └── src
.rw-r--r-- 95 luzifer luzifer 3 Dec 17:52 ├── app.vue
.rw-r--r-- 436 luzifer luzifer 3 Dec 17:52 └── main.js
Afterwards have a look at the src
files, the Makefile
, the ci/build.mjs
and the package.json
for further usage.