This repository was archived by the owner on Sep 25, 2018. It is now read-only.
Open
Conversation
Adds entry component, Storybook, commitizen, and ESLint.
This fully implements the Trianglify component, accounting for all of the existing API.
Apparently you can't just mark a .vue file as the main package file. This should fix it.
Adds an NPM script for docs output, initial build, and alters the lint-staged script to prevent linting the static output every time.
Changing the Vue component into a JS file allows us to skirt the issue with Node's import resolution
The entry file now refers to the JS component, and some dependencies have been updated to stop Vue from breaking
To prevent import issues, we've reverted the Storybook files to import the `vue-trianglify` component via `require`
The README now has install instructions and an example usage section, which should be enough to get people going.
Since the component is technically usable, I've bumped the version to v1.0.0 so people know it can be used!
Adds a Code of Conduct, a Contributing file, and Issue/PR templates
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR marks version v1.0.0!
Not the most technical PR, but we'll get better in the future.