0.1.1 • Published 7 years ago

vue-release-page v0.1.1

Weekly downloads
1
License
Apache-2.0
Repository
-
Last release
7 years ago

vue-release-page

A Vue.js Release Page Component

Component Screenshot

Usage

Installation

Using yarn

yarn add vue-release-page

Using npm

npm i --save vue-release-page

Import in project

Import or require Vue and Vue Release Page in your code:

import Vue from 'vue'
import VueReleasePage from 'vue-release-page'
import 'vue-release-page/dist/vue-release-page.css'

// OR

var Vue = require('vue')
var VueReleasePage = require('vue-release-page')
require('vue-release-page/dist/vue-release-page.css')

License

Copyright 2017 Carl St-Laurent

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.