vue-evolve v0.0.21
Vue Evolve
Vue Evolve is a design system built with Storybook and Vue.
Project Setup
If vue isn’t installed, run
npm install -g @vue/cliThen
npm installLaunches Storybook
npm run storybookBuilds Storybook
npm run build-storybookDeploys Storybook To Github Pages
First build storybook:
npm run build-storybookThen push to the master branch.
Finally, push the updates to the gh-pages branch:
git subtree push --prefix storybook-static origin gh-pagesIn a few minutes, Github Pages should refresh with your newest repository changes. Visit https://kimlarocca.github.io/vue-evolve to view Storybook!
Runs unit tests
npm run testLints and fixes files
npm run lintLocal Development
Create a global symlink for this package:
npm link (or sudo npm link)Tell your application to use the global symlink:
npm link vue-evolveRefresh your application after changes:
npm updateUnlink it:
npm unlinkNuxt configuration
Add this to your nuxt.config.js file to import components for use with SSR:
build: {
transpile: ['vue-evolve']
}3 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago
5 years ago