Basic template for single component development.
There are few steps to customize this template.
Clone the repository and change the dirname as you want.
Name the file as you want. Then change the 'index.js' file in src/ dir to match the name.
This file is for the development. Change the path and component names accordingly.
See the comments in each file.
The script path in index.html should refer to the path configured in build/webpack.dev.js
.
Install all depencencies. It will use the version in npm-shrinkwrap.json
file
If you want to upload your code to codepen, then check the like below: Code pen sample
<!-- This element should be appended on head -->
<script src="https://unpkg.com/vue@{vue-version}/dist/vue.js"></script>
<script src="https://unpkg.com/[email protected]/dist/sample-comp.min.js"></script>