Skip to content
This repository has been archived by the owner on May 9, 2020. It is now read-only.

ningenMe/ningenMe.net.UI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ningenMe.net.UI

新規プロジェクト

  • 初期化
    vue create hoge
    vue routerとvuexを選ぶ
  • vue.config.jsの追加
module.exports = {
    publicPath: '/hoge/'
    }
  • .htaccessの追加
<IfModule mod_rewrite.c>  
  RewriteEngine On  
  RewriteBase /
  RewriteRule ^index\.html$ - [L]
  RewriteCond %{REQUEST_FILENAME} !-f  
  RewriteCond %{REQUEST_FILENAME} !-d  
  RewriteRule . /hoge/ [L]    
</IfModule>  

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published