create-winnetoujs-app
v1.1.8
Published
Scaffolding WinnetouJs Project
Readme
create-winnetoujs-app
The create-winnetoujs-app is a command-line tool that helps you set up a new WinnetouJS project with a basic structure and configuration. It automates the process of creating the necessary files and folders, allowing you to quickly start building your web application using the WinnetouJS framework.
Quick Start
To create a new WinnetouJS project, follow these steps:
- Make sure you have Node.js and npm installed on your machine.
- Open your terminal or command prompt.
- Run the following command to create a new WinnetouJS project:
Replacenpx create-winnetoujs-app my-winnetoujs-appmy-winnetoujs-appwith the desired name for your project. - Navigate to the project directory:
cd my-winnetoujs-app - Run the project:
npm start - Open your web browser and visit
http://localhost:3123to see your new WinnetouJS application in action!
Create a node ssr typescript winnetoujs app
To create a new WinnetouJS project with Node.js, Server-Side Rendering (SSR), and TypeScript, use the following command:
npx create-winnetoujs-app my-ssr-ts-winnetoujs-app --template node-ssr-tsReplace my-ssr-ts-winnetoujs-app with your desired project name.
Get the official WinnetouJs VS Code Extension
To enhance your development experience with WinnetouJS, consider installing the official WinnetouJS VS Code Extension. This extension provides features like syntax highlighting, code snippets, and IntelliSense for WinnetouJS projects. You can find the extension on the Visual Studio Code Marketplace.
