-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Vue-material + Laravel gulpfile #17
Comments
Well. You can use gulp with Vue Material. It's totally fine and easy. You can use the standalone build and include the What is your environment? Are you using Laravel Elixir to compile the assets? |
I use macOS Sierra with, Laravel 5.3 and to compile the assets I use Elixir in my gulpfile. |
@sldobri just follow the instruction at Getting Started , simply npm install all required dependency... |
following @echr advice, I still get the following error when runing
|
* comp(MdTabs): start creation of tabs * feat(MdTabs): add activetab prop to md-tabs * chore(MdTabs): reinstall libs * feat(MdTabs): make tabs work with Vue Router * feat(MdTabs): add support for transparent tab navigation * feat(MdTabs): add support for tabs with inner content * perf(MdTabs): improve tabs initial time to be ready * perf(MdTabs): add rAF to improve resize check * chore(MdTabs): upgrade CI versions * feat(MdTabs): elevation option for md-tabs * feat(MdTabs): alignment options: left, right, centered and fixed * feat(MdTabs): make tabs work with toolbars * feat(MdTabs): support to icons * feat(MdTabs): disabled tabs * feat(MdTabs): support for custom templates * feat(MdTabs): add events to md-tab
I saw that u use laravel, and I wonder compile the components using gulpfile is possible ??
I would love to use the vue material into a new project I'm implementing.
The text was updated successfully, but these errors were encountered: