npm install v-web-language
- Project Management
- Create and manage web projects
- Template-based development
- Component tracking
- Component System
- Easy component creation
- Reusable templates
- Routing
- Simple route management
- Dynamic routing
- Development Tools
- Project templates
- Development utilities
- Easy integration
const VWeb = require('@ajsuper007/vweb'); const vweb = new VWeb();
// Initialize vweb.init();
// Create a project const project = vweb.createProject('my-app');
For full documentation, visit our documentation site.
Need help? Open an issue or contact the maintainers.
ISC © ajsuper007