All Projects → basys → Basys

basys / Basys

Licence: mit
Toolbox for building full-stack Vue.js apps

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Basys

Ngx Admin
Customizable admin dashboard template based on Angular 10+
Stars: ✭ 23,286 (+20507.08%)
Mutual labels:  webpack, framework
Alpha
Craft your own web-based chatbot
Stars: ✭ 113 (+0%)
Mutual labels:  webpack, framework
Nodefony Starter
Nodefony Starter Node.js Framework
Stars: ✭ 95 (-15.93%)
Mutual labels:  webpack, framework
Ice
🚀 The Progressive App Framework Based On React(基于 React 的渐进式应用框架)
Stars: ✭ 16,961 (+14909.73%)
Mutual labels:  webpack, framework
Whs.js
🚀 🌪 Super-fast 3D framework for Web Applications 🥇 & Games 🎮. Based on Three.js
Stars: ✭ 5,685 (+4930.97%)
Mutual labels:  webpack, framework
Icejs
仓库迁移至:https://github.com/alibaba/ice
Stars: ✭ 75 (-33.63%)
Mutual labels:  webpack, framework
Wordless
All the power of Pug, Sass, Coffeescript and WebPack in your WordPress theme. Stop writing themes like it's 1998.
Stars: ✭ 1,374 (+1115.93%)
Mutual labels:  webpack, framework
Framework
[NOT MAINTAINED] A full-featured PHP framework powering the server side of Webiny Platform. Can also be used as standalone library.
Stars: ✭ 110 (-2.65%)
Mutual labels:  framework
Elgg
A social networking engine in PHP/MySQL
Stars: ✭ 1,510 (+1236.28%)
Mutual labels:  framework
Keystone
Keystone assembler framework: Core (Arm, Arm64, Hexagon, Mips, PowerPC, Sparc, SystemZ & X86) + bindings
Stars: ✭ 1,654 (+1363.72%)
Mutual labels:  framework
Botonomous
A PHP Framework For Creating Autonomous Slack Bots
Stars: ✭ 109 (-3.54%)
Mutual labels:  framework
Kd
UI Framework for web applications.
Stars: ✭ 110 (-2.65%)
Mutual labels:  framework
Bootstrap Validate
A simple Form Validation Library for Bootstrap 3 and Bootstrap 4 not depending on jQuery.
Stars: ✭ 112 (-0.88%)
Mutual labels:  webpack
Slightphp
SlightPHP 高效的PHP敏捷开发框架
Stars: ✭ 110 (-2.65%)
Mutual labels:  framework
Sass Vars Loader
Use Sass variables defined in Webpack config or in external Javascript or JSON files
Stars: ✭ 112 (-0.88%)
Mutual labels:  webpack
Bulmaswatch
Themes for Bulma
Stars: ✭ 1,525 (+1249.56%)
Mutual labels:  framework
Webpack Seed
🚀 A Multi-Page Application base on webpack and babel. webpack搭建基于ES6,支持模板的多页面项目
Stars: ✭ 113 (+0%)
Mutual labels:  webpack
Evnestoreplatform
📱Electronic commerce iOS APP framework
Stars: ✭ 112 (-0.88%)
Mutual labels:  framework
Chrome Extension Starter Kit
A starter kit for developing chrome extensions with React.
Stars: ✭ 112 (-0.88%)
Mutual labels:  webpack
Iframework
Simple Unity Framework
Stars: ✭ 110 (-2.65%)
Mutual labels:  framework

Basys logo

Version Build status Windows build status

Basys

Basys is a toolbox for building Vue.js full-stack apps with a focus on great developer experience.

  • An easy way to create full-stack Express-based backend and Vue single-page applications
  • A simple configuration via JSON5 with intuitive options
  • Code can be written using modern JavaScript and CSS pre-processing and compiled for required browsers thanks to Babel, PostCSS and Browserlist
  • Dev server with hot module reload and automatic restart with nodemon
  • Webpack 4-based bundler for optimized production builds
  • Code and style linting with ESLint, stylelint and Prettier
  • An easy way to create new pages - .vue files with custom 'info' option are automatically registered
  • Unit testing with Jest
  • End-to-end testing with TestCafe
  • Basys IDE implemented as a Visual Studio Code extension
  • Visual app builder that allows non-technical team members to participate in app development

Getting started

If you prefer to use Basys IDE install Basys extension for VSCode, open the Command Palette (Ctrl+Shift+P on Windows/Linux or ⇧⌘P on MacOS) and run Basys: Create project command.

Or just use Basys CLI to start a new project:

npm install -g basys-cli
# or
yarn global add basys-cli

basys init # Scaffold a new project from a starter template
cd <project-dir>

basys dev # Launch the development server

Documentation

You can find a detailed documentation on the website.

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].