1.0.12 • Published 6 years ago

vue-liu-date v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

vue-date

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

For detailed explanation on how things work, consult the docs for vue-loader.

package.json
  main是我们打包后的文件入口
 // "main": "dist/build.js", 发布
 // "main": "dist/vue-date.js", 打包


webpack.config.js

// entry: './src/main.js', 发布
// entry: './src/lib/index.js', 打包


// filename: 'build.js' 发布
// filename: 'vue-gitment.js' 打包

index.html
// 发布
// <script src="/dist/build.js"></script>
// 打包
// <script src="/dist/vue-giement.js"></script>
1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago