Giter Site home page Giter Site logo

Comments (7)

matfish2 avatar matfish2 commented on May 22, 2024

Please read the docs. You need to use the jsx-transform

from vue-tables-2.

bibiseb avatar bibiseb commented on May 22, 2024

As I said I followed all the instructions to setup the dependencies including babel-plugin-transform-vue-jsx and its own dependencies + the .babelrc conf...

from vue-tables-2.

matfish2 avatar matfish2 commented on May 22, 2024

This is a question for the developer of babel-plugin-transform-vue-jsx

from vue-tables-2.

matfish2 avatar matfish2 commented on May 22, 2024

Issue reference: vuejs/babel-plugin-transform-vue-jsx#25

from vue-tables-2.

matfish2 avatar matfish2 commented on May 22, 2024

I have managed to compile and run using webpack with the following config:

loaders: [{ test: /\.jsx?$/, loader: 'babel' }]

The regex targets both js and jsx files

.babelrc:

{
  "presets": ["es2015"],
  "plugins": ["transform-vue-jsx"]
}

from vue-tables-2.

sineld avatar sineld commented on May 22, 2024

I am having the same issue:

[14:01:22] Starting 'webpack'...
{ [Error: ./~/vue-tables-2/lib/template.jsx
Module parse failed: /Users/sineld/Code/v3.yenibayi/node_modules/vue-tables-2/lib/template.jsx Unexpected token (15:7)
You may need an appropriate loader to handle this file type.
| var perPage = require('./template/per-page.jsx')(h, this);
|
| return <div class={"VueTables VueTables--" + this.source}>
|   <div class="row">
|     <div class="col-md-6">
 @ ./~/vue-tables-2/lib/v-server-table.js 6:15-40
 @ ./~/vue-tables-2/index.js
 @ ./resources/assets/js/webpack.js./~/vue-pagination-2/src/template.jsx
Module parse failed: /Users/sineld/Code/v3.yenibayi/node_modules/vue-pagination-2/src/template.jsx Unexpected token (8:8)
You may need an appropriate loader to handle this file type.
|   this.pages.map(function(page) {
|       items.push(
|         <li class="VuePagination__pagination-item"
|         class={this.activeClass(page)}>
|         <a href="javascript:void(0);"

from vue-tables-2.

matfish2 avatar matfish2 commented on May 22, 2024

Read @eirabben comment on the above referenced issue

from vue-tables-2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.