I'm developing web application using Extjs 6.0.1. I developed an class as follow:
Ext.define('Admin.view.main.Me', {
extend: 'Ext.panel.Panel',
xtype: 'ud_mf',
.
.
.
});
Now I want to publish it as ux
. In Extjs 6.0.0 I don't know where direction copy my class. My workspace direction is as follow:
.sencha
Admin
build
ext
packages
workspace.json
What do I do?