0.1.0 • Published 2 years ago

h-file-preview v0.1.0

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

file-preview

Project setup

yarn install

Compiles and hot-reloads for development

yarn serve

Compiles and minifies for production

yarn build

Lints and fixes files

yarn lint

Customize configuration

See Configuration Reference.

git相关

  • git init 初始化gitxiangm
  • git checkout -b master 新建一个master分支
  • git add . 本地暂存区
  • git commit -m "xxx" git 本地提交
  • git remote add origin 项目地址
  • git remote -v 检查是否连接成功
  • git push -u origin master 提交到远程master分支上

插件的安装

引入插件

  • npm i xxx

基本用法

  • import Vue from 'vue';
  • import xx from 'xx';
  • Vue.use(xx);

0.2.4

2 years ago

0.2.3

2 years ago

0.2.2

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.1.9

2 years ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago