Go to file
IrisVega cf3ffab368 modified: package-lock.json
modified:   package.json
	new file:   public/.gitignore
	new file:   public/bg.png
	new file:   public/date.html
	new file:   public/jpg/1.jpg
	new file:   public/jpg/10.jpg
	new file:   public/jpg/11.jpg
	new file:   public/jpg/12.jpg
	new file:   public/jpg/13.jpg
	new file:   public/jpg/14.jpg
	new file:   public/jpg/15.jpg
	new file:   public/jpg/2.jpg
	new file:   public/jpg/3.jpg
	new file:   public/jpg/4.jpg
	new file:   public/jpg/5.jpg
	new file:   public/jpg/6.jpg
	new file:   public/jpg/7.jpg
	new file:   public/jpg/8.jpg
	new file:   public/jpg/9.jpg
	new file:   public/jquery-3.7.1.min.js
	new file:   public/main.html
	new file:   public/script.js
	new file:   public/styles.css
	new file:   public/test.code-workspace
	new file:   public/vue.js
	new file:   server/package-lock.json
	new file:   server/package.json
	new file:   server/server.js
	modified:   src/App.vue
	new file:   src/components/LoginForm.vue
2024-07-11 11:37:05 +08:00
public modified: package-lock.json 2024-07-11 11:37:05 +08:00
server modified: package-lock.json 2024-07-11 11:37:05 +08:00
src modified: package-lock.json 2024-07-11 11:37:05 +08:00
.gitignore init 2024-07-11 10:57:04 +08:00
README.md init 2024-07-11 10:57:04 +08:00
babel.config.js init 2024-07-11 10:57:04 +08:00
jsconfig.json init 2024-07-11 10:57:04 +08:00
package-lock.json modified: package-lock.json 2024-07-11 11:37:05 +08:00
package.json modified: package-lock.json 2024-07-11 11:37:05 +08:00
vue.config.js init 2024-07-11 10:57:04 +08:00

README.md

my-project

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Customize configuration

See Configuration Reference.