This commit is contained in:
Владимир Фёдоров 2025-05-15 02:14:25 +07:00
parent 253d2bee9e
commit 5212c44a0a
5 changed files with 10 additions and 5 deletions

4
Makefile Normal file
View File

@ -0,0 +1,4 @@
build:
npm run build
rm -rf ../evening_detective/static/admin
cp -r dist ../evening_detective/static/admin

View File

@ -1,4 +1,4 @@
# ${REPO_NAME_SNAKE} # evening_detective_admin_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/)

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{ {
"name": "vo1", "name": "evening_detective_admin_client",
"version": "0.0.0", "version": "0.0.0",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "vo1", "name": "evening_detective_admin_client",
"version": "0.0.0", "version": "0.0.0",
"dependencies": { "dependencies": {
"pinia": "^3.0.1", "pinia": "^3.0.1",

View File

@ -1,5 +1,5 @@
{ {
"name": "${REPO_NAME_SNAKE}", "name": "evening_detective_admin_client",
"version": "0.0.0", "version": "0.0.0",
"private": true, "private": true,
"type": "module", "type": "module",

View File

@ -8,7 +8,7 @@ import HelloWorld from './components/HelloWorld.vue'
<img alt="Vue logo" class="logo" src="@/assets/logo.svg" width="125" height="125" /> <img alt="Vue logo" class="logo" src="@/assets/logo.svg" width="125" height="125" />
<div class="wrapper"> <div class="wrapper">
<HelloWorld msg="You did it!" /> <HelloWorld msg="You did it! I'm admin App!" />
<nav> <nav>
<RouterLink to="/">Home</RouterLink> <RouterLink to="/">Home</RouterLink>