@vef-framework/dev 1.0.99 → 1.0.101
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/cli.js +3 -3
- package/es/commitlint-config.js +1 -1
- package/es/config.js +1 -1
- package/es/constants.js +1 -1
- package/es/eslint-config.js +1 -1
- package/es/index.js +1 -1
- package/es/modules.d.js +1 -1
- package/es/plugin-app-config.js +1 -1
- package/es/plugin-conventional-config.js +1 -1
- package/es/plugin-eslint.js +1 -1
- package/es/plugin-html.js +1 -1
- package/es/plugin-icons.js +1 -1
- package/es/plugin-injection.js +1 -1
- package/es/plugin-inspect.js +1 -1
- package/es/plugin-react-swc.js +1 -1
- package/es/plugin-router.js +1 -1
- package/es/plugin-stylelint.js +1 -1
- package/es/plugin-svgr.js +1 -1
- package/es/plugin-tailwind.js +1 -1
- package/es/plugin-tailwindcss.js +1 -1
- package/es/plugin-tsconfig-paths.js +1 -1
- package/es/plugin-visualizer.js +1 -1
- package/es/plugin-webfont.js +1 -1
- package/es/stylelint-config.js +1 -1
- package/es/tailwind-config.js +1 -1
- package/lib/cli.cjs +3 -3
- package/lib/commitlint-config.cjs +1 -1
- package/lib/config.cjs +1 -1
- package/lib/constants.cjs +1 -1
- package/lib/eslint-config.cjs +1 -1
- package/lib/index.cjs +1 -1
- package/lib/modules.d.cjs +1 -1
- package/lib/plugin-app-config.cjs +1 -1
- package/lib/plugin-conventional-config.cjs +1 -1
- package/lib/plugin-eslint.cjs +1 -1
- package/lib/plugin-html.cjs +1 -1
- package/lib/plugin-icons.cjs +1 -1
- package/lib/plugin-injection.cjs +1 -1
- package/lib/plugin-inspect.cjs +1 -1
- package/lib/plugin-react-swc.cjs +1 -1
- package/lib/plugin-router.cjs +1 -1
- package/lib/plugin-stylelint.cjs +1 -1
- package/lib/plugin-svgr.cjs +1 -1
- package/lib/plugin-tailwind.cjs +1 -1
- package/lib/plugin-tailwindcss.cjs +1 -1
- package/lib/plugin-tsconfig-paths.cjs +1 -1
- package/lib/plugin-visualizer.cjs +1 -1
- package/lib/plugin-webfont.cjs +1 -1
- package/lib/stylelint-config.cjs +1 -1
- package/lib/tailwind-config.cjs +1 -1
- package/lib/types.cjs +1 -1
- package/package.json +1 -1
- package/template/_package.json +5 -5
package/es/cli.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
import chalk from 'chalk';
|
|
3
3
|
import { program } from 'commander';
|
|
4
4
|
import consola from 'consola';
|
|
@@ -217,8 +217,8 @@ program.command("init").description("Initialize an empty VEF project").action(as
|
|
|
217
217
|
spinner.fail("Failed to install dependencies");
|
|
218
218
|
handleError("init", e);
|
|
219
219
|
}
|
|
220
|
-
consola.success(chalk.green("\n
|
|
221
|
-
console.log(chalk.blue("\n
|
|
220
|
+
consola.success(chalk.green("\n🎉🎉🎉 VEF project created successfully !"));
|
|
221
|
+
console.log(chalk.blue("\n✨ Next steps:"));
|
|
222
222
|
console.log(chalk.cyan(` cd ${appName}`));
|
|
223
223
|
console.log(chalk.cyan(` pnpm dev`));
|
|
224
224
|
});
|
package/es/commitlint-config.js
CHANGED
package/es/config.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
import consola from 'consola';
|
|
3
3
|
import fsExtra from 'fs-extra';
|
|
4
4
|
import { resolve } from 'node:path';
|
package/es/constants.js
CHANGED
package/es/eslint-config.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
import { antfu } from '@antfu/eslint-config';
|
|
3
3
|
import pluginRouter from '@tanstack/eslint-plugin-router';
|
|
4
4
|
|
package/es/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
export { defineCommitlintConfig } from './commitlint-config.js';
|
|
3
3
|
export { defineConfig } from './config.js';
|
|
4
4
|
export { defineEslintConfig } from './eslint-config.js';
|
package/es/modules.d.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
|
|
3
3
|
/*! VefFramework is a blazingly high-level, modern, flexible, easy-to-use UI framework made by Venus. Follow me on Github: https://github.com/ilxqx! @ilxqx */
|
package/es/plugin-app-config.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
import { snake } from 'radashi';
|
|
3
3
|
import config from 'unplugin-config/vite';
|
|
4
4
|
import { ENV_APP_PREFIX, DEFAULT_OUTPUT_DIR, DEFAULT_APP_NAME } from './constants.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
import process from 'node:process';
|
|
3
3
|
import { DEFAULT_SERVER_PORT, ASSETS_DIR, DEFAULT_OUTPUT_DIR, DEFAULT_APP_NAME, ENV_BUILD_PREFIX, ENV_APP_PREFIX, ENV_DIR } from './constants.js';
|
|
4
4
|
|
package/es/plugin-eslint.js
CHANGED
package/es/plugin-html.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
import { minify } from 'html-minifier-terser';
|
|
3
3
|
|
|
4
4
|
const virtualModuleId = "index.html";
|
package/es/plugin-icons.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
import { resolve, dirname } from 'node:path';
|
|
3
3
|
import { fileURLToPath } from 'node:url';
|
|
4
4
|
import icons from 'unplugin-icons/vite';
|
package/es/plugin-injection.js
CHANGED
package/es/plugin-inspect.js
CHANGED
package/es/plugin-react-swc.js
CHANGED
package/es/plugin-router.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
import { TanStackRouterVite } from '@tanstack/router-plugin/vite';
|
|
3
3
|
import { resolve } from 'node:path';
|
|
4
4
|
import { SRC_DIR, ROUTER_DIR, PAGES_DIR } from './constants.js';
|
package/es/plugin-stylelint.js
CHANGED
package/es/plugin-svgr.js
CHANGED
package/es/plugin-tailwind.js
CHANGED
package/es/plugin-tailwindcss.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
const virtualModuleId = "vef:tailwind.css";
|
|
3
3
|
const resolvedVirtualModuleId = `\0${virtualModuleId}`;
|
|
4
4
|
function createTailwindcssPlugin() {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
import tsconfigPaths from 'vite-tsconfig-paths';
|
|
3
3
|
|
|
4
4
|
function createTsconfigPathsPlugin(projectDir) {
|
package/es/plugin-visualizer.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
import { visualizer } from 'rollup-plugin-visualizer';
|
|
3
3
|
|
|
4
4
|
function createVisualizerPlugin(projectDir) {
|
package/es/plugin-webfont.js
CHANGED
package/es/stylelint-config.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
import propertyGroups from 'stylelint-config-recess-order/groups';
|
|
3
3
|
|
|
4
4
|
function defineStylelintConfig() {
|
package/es/tailwind-config.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
import containerQueries from '@tailwindcss/container-queries';
|
|
3
3
|
import colors from 'tailwindcss/colors';
|
|
4
4
|
|
package/lib/cli.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
const chalk = require('chalk');
|
|
@@ -219,8 +219,8 @@ commander.program.command("init").description("Initialize an empty VEF project")
|
|
|
219
219
|
spinner.fail("Failed to install dependencies");
|
|
220
220
|
handleError("init", e);
|
|
221
221
|
}
|
|
222
|
-
consola.success(chalk.green("\n
|
|
223
|
-
console.log(chalk.blue("\n
|
|
222
|
+
consola.success(chalk.green("\n🎉🎉🎉 VEF project created successfully !"));
|
|
223
|
+
console.log(chalk.blue("\n✨ Next steps:"));
|
|
224
224
|
console.log(chalk.cyan(` cd ${appName}`));
|
|
225
225
|
console.log(chalk.cyan(` pnpm dev`));
|
|
226
226
|
});
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
package/lib/config.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
package/lib/constants.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
package/lib/eslint-config.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
package/lib/index.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
package/lib/modules.d.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
package/lib/plugin-eslint.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
package/lib/plugin-html.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
package/lib/plugin-icons.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
package/lib/plugin-injection.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
package/lib/plugin-inspect.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
package/lib/plugin-react-swc.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
package/lib/plugin-router.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
package/lib/plugin-stylelint.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
package/lib/plugin-svgr.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
package/lib/plugin-tailwind.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
package/lib/plugin-webfont.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
package/lib/stylelint-config.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
package/lib/tailwind-config.cjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
/*! VefFramework version: 1.0.
|
|
1
|
+
/*! VefFramework version: 1.0.101, build time: 2025-03-07T14:07:15.261Z, made by Venus. */
|
|
2
2
|
'use strict';
|
|
3
3
|
|
|
4
4
|
Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
package/lib/types.cjs
CHANGED
package/package.json
CHANGED
package/template/_package.json
CHANGED
|
@@ -18,11 +18,11 @@
|
|
|
18
18
|
},
|
|
19
19
|
"dependencies": {
|
|
20
20
|
"@tanstack/react-router": "^1.0.0",
|
|
21
|
-
"@vef-framework/components": "1.0.
|
|
22
|
-
"@vef-framework/core": "1.0.
|
|
23
|
-
"@vef-framework/hooks": "1.0.
|
|
24
|
-
"@vef-framework/shared": "1.0.
|
|
25
|
-
"@vef-framework/starter": "1.0.
|
|
21
|
+
"@vef-framework/components": "1.0.101",
|
|
22
|
+
"@vef-framework/core": "1.0.101",
|
|
23
|
+
"@vef-framework/hooks": "1.0.101",
|
|
24
|
+
"@vef-framework/shared": "1.0.101",
|
|
25
|
+
"@vef-framework/starter": "1.0.101",
|
|
26
26
|
"react": "18.3.1",
|
|
27
27
|
"react-dom": "18.3.1",
|
|
28
28
|
"zod": "^3.0.0"
|