up
This commit is contained in:
		
							parent
							
								
									253d2bee9e
								
							
						
					
					
						commit
						5212c44a0a
					
				
							
								
								
									
										4
									
								
								Makefile
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										4
									
								
								Makefile
									
									
									
									
									
										Normal file
									
								
							@ -0,0 +1,4 @@
 | 
				
			|||||||
 | 
					build:
 | 
				
			||||||
 | 
						npm run build
 | 
				
			||||||
 | 
						rm -rf ../evening_detective/static/admin
 | 
				
			||||||
 | 
						cp -r dist ../evening_detective/static/admin
 | 
				
			||||||
@ -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
									
									
									
								
							
							
						
						
									
										4
									
								
								package-lock.json
									
									
									
										generated
									
									
									
								
							@ -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",
 | 
				
			||||||
 | 
				
			|||||||
@ -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",
 | 
				
			||||||
 | 
				
			|||||||
@ -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>
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user