Setup with CUI
Generate frourio project
- npx
- npm
- yarn
Shell
npx create-frourio-app --answers '{"dir":"my-project"}'
Command Prompt
npx create-frourio-app --answers ^"{\^"dir\^":\^"my-project\^"}^"
Shell
npm init frourio-app --answers '{"dir":"my-project"}'
Command Prompt
npm init frourio-app --answers ^"{\^"dir\^":\^"my-project\^"}^"
Shell
yarn create frourio-app --answers '{"dir":"my-project"}'
Command Prompt
yarn create frourio-app --answers ^"{\^"dir\^":\^"my-project\^"}^"
With the --answers
option, create-frourio-app starts in CUI mode.
The json passed to the answers option can be generated with the following Command Generator. Refer to the internal code for json specifications as needed.
When generation is complete, localhost:8000 will be opened in your browser and the client framework you selected will be displayed. (If it does not open automatically, open localhost:8000 manually.)
caution
If another application is using port 8000, it will probably fail to start.
In that case, the generation is already completed, so quit the application and start frourio again manually, e.g. npm run dev
.
- Next.js
- Nuxt.js
http://localhost:8000
http://localhost:8000
Command Generator
loading...