vue-cva1
My solid Vue app
Install
yarn add vue-cva1
Usage
import vueCva1 from 'vue-cva1'
//... your code
Folder structure
-
src/
: Source files for this component-
vueCva1.vue
The component itself
-
-
example/
: Example for demonstrating this component-
index.js
: Entry for the example -
App.vue
: The root component which we use to load this component
-
-
vbuild.example.js
: Config file for your example -
vbuild.component.js
: Config file for your component -
package.json
: App manifest -
.editorconfig
: Ensure consistent editor behaivor -
.gitignore
: Ignore files we don't need to push
Development
-
yarn example
: Run example in development mode -
yarn deploy
: Deploy example to gh-pages -
yarn build:cjs
: Build component in commonjs format -
yarn build:umd
: Build component in umd format -
yarn build
: Build component in both format -
yarn lint
: Run eslint
Check out your npm scripts, it's using vbuild under the hood.
Generated by create-vue-app