EasyUI Forum
March 28, 2024, 08:44:05 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1] 2 3 ... 5
1  General Category / General Discussion / Select2 on: June 13, 2020, 07:25:34 AM
Hello,

Is there any component simil to Select2..?

thanks
2  General Category / EasyUI for Vue / Re: Error Module parse failed: Unexpected character ' on: April 02, 2020, 03:35:37 PM
solution:

{test: /\.(jpe?g|png|gif|svg)$/i, loader: "file-loader?name=app/images/[name].[ext]"},

you're welcome
3  General Category / EasyUI for Vue / Error Module parse failed: Unexpected character ' on: March 31, 2020, 02:41:35 PM
Hello,

I get errors when I comple with webpack

ERROR in ./node_modules/vx-easyui/dist/themes/icons/filesave.png 1:0
Module parse failed: Unexpected character '�' (1:0)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders

my congif

package.json

{
  "name": "vue-jeasyui",
  "version": "1.0.0",
  "description": "vue-jeasyui",
  "main": "webpack.config.js",
  "scripts": {
    "clean": "rimraf dist",
    "build": "npm run clean && webpack --mode production",
    "serve": "webpack-dev-server --mode development",
    "test": "test"
  },
  "author": "MP",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.9.0",
    "@babel/preset-env": "^7.9.0",
    "babel-loader": "^8.1.0",
    "css-loader": "^3.4.2",
    "html-webpack-plugin": "^4.0.3",
    "rimraf": "^3.0.2",
    "style-loader": "^1.1.3",
    "vue": "^2.6.11",
    "vue-loader": "^15.9.1",
    "vue-style-loader": "^4.1.2",
    "vue-template-compiler": "^2.6.11",
    "webpack": "^4.42.1",
    "webpack-cli": "^3.3.11",
    "webpack-dev-server": "^3.10.3"
  },
  "dependencies": {
    "vx-easyui": "^1.2.6"
  }
}

my webpack.config.js

const HtmlWebpackPlugin = require('html-webpack-plugin');
const VueLoaderPlugin = require('vue-loader/lib/plugin');

module.exports = {
  entry: './src/main.js',
  module: {
    rules: [
      { test: /\.js$/, use: 'babel-loader' },
      { test: /\.vue$/, use: 'vue-loader' },
      { test: /\.css$/, use: ['vue-style-loader', 'css-loader']},
    ]
  },
  plugins: [
    new HtmlWebpackPlugin({
      template: './src/index.html',
    }),
    new VueLoaderPlugin(),
  ]
};

.babelrc.js

module.exports = {
    presets: ['@babel/preset-env']
  }


thanks
4  General Category / General Discussion / JeasyUI application template on: November 19, 2019, 02:53:20 PM
Hi,

Is there some JeasyUI template for a entire application ? (Login, Menus, Dashboard, CRUDS, etc...)
free or to buy

thanks
5  General Category / EasyUI for Vue / CRUD Demo for EasyUI Vue on: February 23, 2019, 08:15:27 AM
Hello,

Is there a CRUD demo with EasyUI Vue ?

Thanks
6  General Category / General Discussion / List of JeasyUI sites or applications based on: October 11, 2018, 04:13:31 PM
Hi,
It would be nice to be able to see a list of sites or applications developed with JeasyUI.

Regards
7  General Category / General Discussion / SideMenu collapse to right on: August 26, 2018, 02:40:28 PM
Hi,

Is it posible the SideMenu collapse to right side?

thanks!
8  General Category / General Discussion / Re: AdminLte and JeasyUI on: August 10, 2018, 09:24:28 AM
Well done, stworthy!

JeasyUI is a great tool for the development of front-end, but (IMHO) a more updated aspect is required, similar to AdminLTE. If JeasyUI goes in that way it will be a very competitive library.

Regards!
9  General Category / General Discussion / Re: AdminLte and JeasyUI on: August 09, 2018, 03:00:31 PM
Thanks stworthy!

Is this component new? I don't found documentation about this.
10  General Category / General Discussion / AdminLte and JeasyUI on: August 08, 2018, 09:57:58 AM
Hello,

Anybody have a theme or portal like AdminLTE with JeasyUI ...?
https://adminlte.io/themes/AdminLTE/index2.html

thanks!
11  General Category / General Discussion / Re: Have EasyUI Grid System like Bootstrap,please? on: July 11, 2018, 09:31:29 AM
thanks stworthy!
12  General Category / General Discussion / Re: Have EasyUI Grid System like Bootstrap,please? on: July 10, 2018, 11:10:40 AM
Hi stworthy,

Can you show an example how to apply flex css layou to JeasiUI components?

thanks!
13  General Category / General Discussion / TagBox and ComboGrid on: June 29, 2018, 05:20:49 PM
Hello,

Is it possible to combine a TagBox with a ComboGrid for lookup the data?

Thanks
14  General Category / General Discussion / JQueryUI and Bootstrap integration project on: June 25, 2018, 08:21:58 PM
Hi,

I've seen this project
http://jquery-ui-bootstrap.github.io/jquery-ui-bootstrap/

Somebody know some about this, or another similar project for JQueryUI and Bootstrap integration?


thanks
15  General Category / General Discussion / Re: Desktop Layout for Easyui on: June 24, 2018, 12:14:20 PM
Great extension, but this UI approach is not depreciated? Is the web user interface as a desktop PC limited to one type of device? What would be the advantage?

Regards
Pages: [1] 2 3 ... 5
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!