add makefile

This commit is contained in:
2025-05-15 01:03:58 +07:00
parent d63b1c5dca
commit ef381752cd
4 changed files with 8 additions and 4 deletions
+3
View File
@@ -0,0 +1,3 @@
build:
npm run build
cp -r dist ../evening_detective/static
+2 -1
View File
@@ -1,4 +1,4 @@
# ${REPO_NAME_SNAKE} # evening_detective_client
This template should help get you started developing with Vue 3 in Vite. This template should help get you started developing with Vue 3 in Vite.
@@ -30,6 +30,7 @@ npm run dev
```sh ```sh
npm run build npm run build
(make build)
``` ```
### Lint with [ESLint](https://eslint.org/) ### Lint with [ESLint](https://eslint.org/)
+2 -2
View File
@@ -1,11 +1,11 @@
{ {
"name": "vo1", "name": "evening_detective_client",
"version": "0.0.0", "version": "0.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "vo1", "name": "evening_detective_client",
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"pinia": "^3.0.1", "pinia": "^3.0.1",
+1 -1
View File
@@ -1,5 +1,5 @@
{ {
"name": "${REPO_NAME_SNAKE}", "name": "evening_detective_client",
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"type": "module", "type": "module",