Skip to content

Use class name as Vue component's name #76

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 28, 2017
Merged

Use class name as Vue component's name #76

merged 3 commits into from
Mar 28, 2017

Conversation

hjkcai
Copy link
Contributor

@hjkcai hjkcai commented Mar 28, 2017

Just make it simple to give names to components

hjkcai added 3 commits March 28, 2017 14:31

Verified

This commit was signed with the committer’s verified signature.
haoqunjiang Haoqun Jiang
Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
 - configuration.output.path: The provided value "./test" is not an absolute path!
@hjkcai
Copy link
Contributor Author

hjkcai commented Mar 28, 2017

An error occurred when running npm test also fixed here.
Error details:

> [email protected] test /Users/hjkcai/Desktop/vue-class-component
> npm run build && webpack --config test/webpack.config.js && mocha test/test.build.js


> [email protected] build /Users/hjkcai/Desktop/vue-class-component
> npm run build:ts && npm run build:main


> [email protected] build:ts /Users/hjkcai/Desktop/vue-class-component
> tsc -p .


> [email protected] build:main /Users/hjkcai/Desktop/vue-class-component
> node build/build.js

dist/vue-class-component.js 4.13kb
dist/vue-class-component.min.js 1.80kb (gzipped: 0.86kb)
dist/vue-class-component.common.js 3.95kb
Invalid configuration object. Webpack has been initialised using a configuration object that does not match the API schema.
 - configuration.output.path: The provided value "./test" is not an absolute path!

@ktsn ktsn merged commit fe5dc19 into vuejs:master Mar 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants