All Projects → lencx → create-xc-app

lencx / create-xc-app

Licence: MIT license
⚡️ Create a project in seconds!

Programming Languages

typescript
32286 projects
javascript
184084 projects - #8 most used programming language
Vue
7211 projects
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to create-xc-app

learn-wasm
🎲 Learning WebAssembly
Stars: ✭ 57 (+280%)
Mutual labels:  vite, create-xc-app
fearless
A dashboard scaffolding based on Vue.js 3.x & TypeScript created by Vite.
Stars: ✭ 1,156 (+7606.67%)
Mutual labels:  vite
Svelte-Tailwind
Setting up Tailwind CSS in a Svelte project
Stars: ✭ 137 (+813.33%)
Mutual labels:  vite
lisan
🌈i18n, Reimagined! 🚀A blazing fast and super small i18n library for Javascript
Stars: ✭ 85 (+466.67%)
Mutual labels:  deno
geoxor.moe
This is my homepage website where people can download my music, covers and other assets!
Stars: ✭ 22 (+46.67%)
Mutual labels:  vite
depsbot
⚙️ GitHub action to check freshness of your deno dependencies
Stars: ✭ 28 (+86.67%)
Mutual labels:  deno
denobyexample
Deno by example - short examples showcasing how to use Deno
Stars: ✭ 72 (+380%)
Mutual labels:  deno
nuxt3-tailwind
nuxt3 boilerplate with tailwind and dynamic routes.
Stars: ✭ 52 (+246.67%)
Mutual labels:  vite
favv
Fullstack Web Application Framework With FastAPI + Vite + VueJS. Streamlit for rapid development.
Stars: ✭ 17 (+13.33%)
Mutual labels:  vite
vue3-manjaro-ui
网页版Manjaro。A simulation webpage for Manjaro Linux(KDE Plasma).
Stars: ✭ 109 (+626.67%)
Mutual labels:  vite
admin-one-vue-tailwind
Free Vue.js 3.x Tailwind 3.x admin dashboard template with dark mode. Vite builds. Pinia state. Laravel integration available
Stars: ✭ 742 (+4846.67%)
Mutual labels:  vite
vue3-element-admin
🎉 基于 vite2 + vue3 + element-plus 的后台管理系统vue3-element-admin;使用vue-cli可以切换webpack分支
Stars: ✭ 79 (+426.67%)
Mutual labels:  vite
cache
🥌 Deno cache library
Stars: ✭ 38 (+153.33%)
Mutual labels:  deno
publish
Publish your module with one command in Deno.
Stars: ✭ 16 (+6.67%)
Mutual labels:  deno
wasm
fast wasm modules
Stars: ✭ 37 (+146.67%)
Mutual labels:  deno
vite-plugin-vue-gql
⚡ GraphQL Tags for your Vue SFC ⚡
Stars: ✭ 188 (+1153.33%)
Mutual labels:  vite
codeigniter-vue-boilerplate
CodeIgniter 3 + Vue.js 3 + Vite with supported Hot Module Replacement (HMR)
Stars: ✭ 38 (+153.33%)
Mutual labels:  vite
wocket
A WebSocket library for Deno
Stars: ✭ 103 (+586.67%)
Mutual labels:  deno
monkey-master
A deno tool for buying hot GPUs in JD, such as RTX3080 rx6800, a thick-skinned orange!
Stars: ✭ 180 (+1100%)
Mutual labels:  deno
vite-vue3-tailwind
Boilerplate at vue 3 whit firebase, vue notus, typesctip, vite, tailwind
Stars: ✭ 21 (+40%)
Mutual labels:  vite

create-xc-app

Create a project in seconds!

Compatibility Note: Vite requires Node.js version >=12.0.0.

With NPM:

npm init xc-app

With Yarn:

yarn create xc-app

Then follow the prompts!

You can also directly specify the project name and the template you want to use via additional command line options. For example, to scaffold a Vite + WebAssembly + React project, run:

# npm 6.x
npm init xc-app my-wasm-app --template wasm-react

# npm 7+, extra double-dash is needed:
npm init xc-app my-wasm-app -- --template wasm-react

Currently supported template presets include:

  • react-dva-ts
  • wasm-react
  • wasm-vue
  • deno-oak
  • deno-vscode-cmd: Based deno and vscode user snippets, displaying all "@cmd: " commands in the project.
    • snippets must contain "@cmd: " string
    • the string must be in the first 10 lines of the file will be matched
    • $ deno run --allow-read --allow-write cmd.ts - use cache cmd.output
    • $ deno run --allow-read --allow-write cmd.ts --update - update cmd.output file
    • $ deno run --allow-read --allow-write cmd.ts --update=tree - tree structure

Related List

License

MIT License © 2020 lencx

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].