All Projects → ycparak → ycparak

ycparak / ycparak

Licence: other
🎧 Personal site, blog and note taking system

Programming Languages

Vue
7211 projects
SCSS
7915 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ycparak

website
My personal website and blog. Made with Nuxt.js and WindiCSS.
Stars: ✭ 19 (-17.39%)
Mutual labels:  nuxtjs, nuxt-content
nuxt-content-theme-blog
A blog theme for @nuxt/content
Stars: ✭ 51 (+121.74%)
Mutual labels:  nuxtjs, nuxt-content
dynamic
Load components initialized through @nuxt/components dyamically.
Stars: ✭ 49 (+113.04%)
Mutual labels:  nuxtjs, nuxt-components
the-shrine-ng
🔴 A progressive web app of a retro soundboard. The Shrine comes with "Gude Laune!" and many more legendary sounds. 🔊
Stars: ✭ 16 (-30.43%)
Mutual labels:  nuxtjs
nodejs-koa-blog
基于 Node.js Koa2 实战开发的一套完整的博客项目网站
Stars: ✭ 1,611 (+6904.35%)
Mutual labels:  nuxtjs
netflix-show-generator
A tool for generating Netflix show image
Stars: ✭ 18 (-21.74%)
Mutual labels:  nuxtjs
vergihesaplayici.com
vergihesaplayici.com, calculates taxes.
Stars: ✭ 44 (+91.3%)
Mutual labels:  nuxtjs
Blog2.0
基于Nuxt(ssr)+Vuetify+elementUi+nodeExpress+mongoDb的个人博客全栈项目
Stars: ✭ 20 (-13.04%)
Mutual labels:  nuxtjs
emojic.ch
顔認識で人の顔を😇に変換するWebサービス「えもじっく」
Stars: ✭ 13 (-43.48%)
Mutual labels:  nuxtjs
wangxin-study
浪树学习考试系统(wangxin-education)[课程点播、直播、刷题、考试、支付、营销],致力打造一个低成本通用的在线教育系统,让用户直接通过系统可视化配置并尽可能无须修改任何代码即可实现上线商用。系统采用前后端分离模式,前台和移动端采用vue.js为核心框架,后台采用Java语言,框架springboot+spring+mybatis+redis+mysql。系统目前主要功能有课程点播、直播、练习、考试、支付、营销等功能。
Stars: ✭ 267 (+1060.87%)
Mutual labels:  nuxtjs
nuxt-ts-module
A tiny module to use Typescript within Nuxt.js application.
Stars: ✭ 21 (-8.7%)
Mutual labels:  nuxtjs
platform
Community platform for dancers
Stars: ✭ 30 (+30.43%)
Mutual labels:  nuxtjs
LaraNuxt
Laravel framework with integrated NuxtJs support, preconfigured for eslint, jest and vuetify.
Stars: ✭ 53 (+130.43%)
Mutual labels:  nuxtjs
nuxtjsbrasil.github.io
Site da comunidade Nuxt Brasil (usando Nuxtjs) 😄
Stars: ✭ 21 (-8.7%)
Mutual labels:  nuxtjs
nuxt
Nuxt 3 and Vue 3 client for genealogy project. Family tree and genealogy data processing website software client.
Stars: ✭ 97 (+321.74%)
Mutual labels:  nuxtjs
Nuxtjs-Wordpress
🎉 Nuxtjs + Wordpress REST API 主题;支持企业微信通知功能;全站前后端分离,自适应,白日、黑夜两种主题切换
Stars: ✭ 214 (+830.43%)
Mutual labels:  nuxtjs
json.pizza
Online JSON formatter and prettifier
Stars: ✭ 72 (+213.04%)
Mutual labels:  nuxtjs
covid19
愛知県 新型コロナウイルス感染症対策サイト / Aichi COVID-19 Task Force website
Stars: ✭ 68 (+195.65%)
Mutual labels:  nuxtjs
create-nuxt-tailwind-app
[DEPRECATED] Use create-nuxt-app, they added full tailwindcss & purgecss support
Stars: ✭ 32 (+39.13%)
Mutual labels:  nuxtjs
don-blog
一个基于Vue.js + Nuxt.js + SCSS + ES6/7 + Node.js + Koa.js + MySQL + Redis开发的个人博客。
Stars: ✭ 77 (+234.78%)
Mutual labels:  nuxtjs

ycparak

Build Setup

# install dependencies
$ npm install

# serve with hot reload at localhost:3000
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

# generate static project
$ npm run generate

For detailed explanation on how things work, check out the documentation.

Special Directories

You can create the following extra directories, some of which have special behaviors. Only pages is required; you can delete them if you don't want to use their functionality.

assets

The assets directory contains your uncompiled assets such as Stylus or Sass files, images, or fonts.

More information about the usage of this directory in the documentation.

components

The components directory contains your Vue.js components. Components make up the different parts of your page and can be reused and imported into your pages, layouts and even other components.

More information about the usage of this directory in the documentation.

layouts

Layouts are a great help when you want to change the look and feel of your Nuxt app, whether you want to include a sidebar or have distinct layouts for mobile and desktop.

More information about the usage of this directory in the documentation.

pages

This directory contains your application views and routes. Nuxt will read all the *.vue files inside this directory and setup Vue Router automatically.

More information about the usage of this directory in the documentation.

plugins

The plugins directory contains JavaScript plugins that you want to run before instantiating the root Vue.js Application. This is the place to add Vue plugins and to inject functions or constants. Every time you need to use Vue.use(), you should create a file in plugins/ and add its path to plugins in nuxt.config.js.

More information about the usage of this directory in the documentation.

static

This directory contains your static files. Each file inside this directory is mapped to /.

Example: /static/robots.txt is mapped as /robots.txt.

More information about the usage of this directory in the documentation.

store

This directory contains your Vuex store files. Creating a file in this directory automatically activates Vuex.

More information about the usage of this directory in the documentation.

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