vue-ts-admin
v1.0.5
Published
A Vue project with Typescript
Downloads
5
Maintainers
Readme
vue-ts-admin
A Vue.js project
Build Setup
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
#:查看本地分支
git branch -l
#切换分支
git checkout test
#常用命令
git init
git add *
git add 文件夹/
git add "*.js"
git add fileName1 fileName2
git commit -m "first commit"
git commit --amend 撤销 commit
git remote add origin https://github.com/zhengzehou/vue-ts-admin.git
git push -u origin master
For a detailed explanation on how things work, check out the guide and docs for vue-loader. "# vue typescript admin"