Niubaobao / vue3.0-test

debug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

add readme

test

demo

dev: npm run dev

make buld 打包并且将产物 copy 到指定目录

build1: npm run build && make copyHtml && make copyJs && make copyCss

copyHtml: rmHtml cp -i dist/index.html ../../view/home/testing/index.html

rmHtml: rm -rf ../../view/home/testing/index.html

copyJs: rmJs cp -rf dist/exam_vue/home/js ../../public/exam_vue/home/

rmJs: rm -rf ../../public/exam_vue/home/js

copyCss: rmCss cp -rf dist/exam_vue/home/css ../../public/exam_vue/home/

rmCss: rm -rf ../../public/exam_vue/home/css

prettier

sentry

About

debug


Languages

Language:JavaScript 66.5%Language:Vue 20.0%Language:TypeScript 10.4%Language:HTML 3.1%