0.0.21 • Published 2 years ago

vue-evolve v0.0.21

Weekly downloads
18
License
MIT
Repository
github
Last release
2 years ago

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/cli

Then

npm install

Launches Storybook

npm run storybook

Builds Storybook

npm run build-storybook

Deploys Storybook To Github Pages

First build storybook:

npm run build-storybook

Then push to the master branch.

Finally, push the updates to the gh-pages branch:

git subtree push --prefix storybook-static origin gh-pages

In 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 test

Lints and fixes files

npm run lint

Local 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-evolve

Refresh your application after changes:

npm update

Unlink it:

npm unlink

Nuxt configuration

Add this to your nuxt.config.js file to import components for use with SSR:

build: {
  transpile: ['vue-evolve']
}
0.0.21

2 years ago

0.0.20

3 years ago

0.0.19

3 years ago

0.0.18

3 years ago

0.0.17

3 years ago

0.0.16

3 years ago

0.0.15

3 years ago

0.0.14

3 years ago

0.0.13

3 years ago

0.0.12

3 years ago

0.0.11

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago